jQuery - Useful Methods 11/3/2009 All jQuery posts
function GetIndex($obj) {
$obj = $($obj);
return $obj.parent().children().index($obj);
}
function GetIndex($obj) {
$obj = $($obj);
return $obj.parent().children().index($obj);
}