Hi,

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 THIS
element ...

 }

Reply via email to