/ Published in: jQuery
Expand |
Embed | Plain Text
$('#parent > .childs').click(function(){ x = $('#parent > .childs').index(this); return false; });
You need to login to post a comment.
$('#parent > .childs').click(function(){ x = $('#parent > .childs').index(this); return false; });
You need to login to post a comment.