Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: categories.js
// When the document is ready set up our sortable with it's inherant function(s) $(document).ready(function() { var HW = $('#hw').val(); var fs = $('#fs').val(); $("#sortableLst").sortable({ update : function () { var order = $('#sortableLst').sortable('serialize'); $("#dvMsg").load(base_url+apanel_name+"/services/processsortable?hw="+HW+"&fs="+fs+"&"+order, {}, function() { $("#dvMsg").show(); }); } }); });