I do not use the AdGuard extension. I have uninstalled both the uBlock and Stylus extensions, as well as the Tampermonkey extension, since I began using AdGuard for Windows 7 months ago.
It does not use any extension APIs, it modifies traffic system wide using a local proxy. AdGuard performs all the functions of uBlock, as well as additional features such as HTTPS filtering, cosmetic (user scripts and user styles), as well as DNS. It works with any browser and application. I don't understand why you consider the desktop program to be useless...
Question
Craig Hopson
Hi guys i have a question i have this Jquery function which works fine
$(function () { $(".Movable").sortable({ tolerance: 'pointer', revert: 'invalid', placeholder: 'span2 well placeholder tile', forceHelperSize: true, update: function(event, ui) { order = $('.Movable').sortable("toArray"); $.ajax({ type: 'GET', url: My_Site+'/themes/mytheme-2/ajax.php?task=Order&user_id='+User_ID+'&orderby='+order, timeout: 2000 }); } }); });It saves it into a mysql database under the users_id
SO my question is how do i reverse the function to get the order via AJAX and sort the .Movable class
Thanks
Link to comment
https://www.neowin.net/forum/topic/1159370-bootstrap-jquery-sortable/Share on other sites
1 answer to this question
Recommended Posts