I\'ve got the following scenario:
var el = \'li\';
and there are 5 \'s on the page each with a data-slide=numb
data-slide=numb
$("ul").find("li[data-slide='" + current + "']");
I hope this may work better
thanks