SRIKAR'S
Tuesday, September 23, 2014
jQuery selectors select 2nd cell of 2nd row of 2nd table
X
**some text that changes**
**ssss**
Jquery:
$(function(){
var text = $("table:eq(1) tr:eq(1) td:eq(2)").text();
alert(text);
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment