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