I tried to build custom script 1.6rc2, sortable, packed,
$(document).ready(function() {
$("#alist").sortable({
handle: '.handle',
update: function() {
$("input#someresult").val($
('#alist').sortable('serialize'));
}
});
it works from http://localhost, but got an error when running from
remote, object not referenced...
When using 1.5.2 stable, everything is fine. Just FYI.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---