can anyone help me use the jquery ui selectable library to perform the following functions:
use this code may be ot helps you
$('#selectable').bind("mousedown", function (e) { e.metaKey = true; }).selectable('filter : td')
if you are using the selectable on table for td's the use selectable('filter : td') else
use selectable()