I am trying to sort tr's in a table.
code
$("table tbody").sortable({
handle: 'button'
//handle: 'img'
}).disableSelection();
now the problem is when using img as handle its working fine
but when using button as handle its not working
I checked for many jquery ui sortable ques for my ans but of no help
can anyone plz explain why is this happening
Thanx in advance