Jquery and Drag and Drop Sortables and ASP

Jquery and Drag and Drop Sortables and ASP

Hi
 
Can someone assist. I am coding in Asp and ASP.Net using an SQL database with very limited knowledge of jquery
I have some jquery code that does the sorting which I downloaded from the web
  1.   $(document).ready(function() {
        $("#test-list").sortable({
          handle : '.handle',
          update : function () {
        var order = $('#test-list').sortable('serialize');
        $("#info").load("process_sortable.asp?list="+order);
          }
        });
    });







 
What I want it to do is  the user carries out the sort and then clicks a button to update, rather than the routine updating each time a change is made. I would also need to pass the original id (from the database) and the
new position.
can someone assist with this
 
Thanks
 
Moris
 
    • Topic Participants

    • moris