ss: '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
Please, remove mine too: [EMAIL PROTECTED]
--
Nando Vieira
bloggin' @ http://simplesideias.com.br
--
Nando Vieira
bloggin' @ http://simplesideias.com.br
___
Novidade no Yahoo! Mail: receba alertas de novas mensag
Hello there!
I'm trying to hide the first row with
> $('tbody tr').eq(0).hide('slow')
But this code throws an error (eq function doesn't exist).
> $('tbody tr').get(0).hide('slow')
Does not work either.
How do I use &q