Hi.

I'm trying to use the sortable plugin[1]. I'm setting the "onchange" event
but isn't working.
The code I'm using:

$('#images').Sortable(
{
        fx: 1000,
        accept : 'sort',
        activeclass: 'sort',
        helperclass: 'sorthelper',
        opacity: 0.5,
        floats: true,
        onchange: function(a){ 
            alert(a);
        }
});

The sorting is working, except by the onchange event.
Am I doing something wrong?

[1] http://interface.eyecon.ro/docs/sort

--
Nando Vieira
-- 
View this message in context: 
http://www.nabble.com/Sortable-Plugin-Callback-tf2312149.html#a6428673
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to