[jQuery] Re: using serialize function on tag

2008-01-11 Thread David White
I've started to get some of this working now, without using the serialize function as that only seems to apply to forms. Here is my code currently... http://jquery.com/src/jquery-latest.js";> $(document).ready(function(){ $("ul#item_lis

[jQuery] using serialize function on tag

2008-01-10 Thread David White
I'm pretty new to jQuery and have figured out how to make a sortable list update to a database using Interface for jQuery 'http:// interface.eyecon.ro/docs/sort', but I want to see if the same functionality is available with the jQuery UI. I have most of the code completed I'm just stuck using th