Is this possible? For me to get the eq() value? for example, if I click the li:eq(2), var x will become '2'. Here's the code. Thank you.
$('#numbers ul li').click(function(){
x=$(this).eq().val();
alert(x);
});
|
Is this possible? For me to get the eq() value? for example, if I click the li:eq(2), var x will become '2'. Here's the code. Thank you.
|
|||
|
|
|
The
|
|||||||
|
|