how can i the text inside a <caption> Tag of a table?
I am iteration though elements with this code:
var $elements = $('table');$elements.each(function(){
// here i want to get the text inside the caption tag inside THISelement ...
}
Post a Comment
No comments:
Post a Comment