I have to get all the image tags ids inside a particular div. How can I get that using JQuery?
function textOnly() { jQuery('#dvContent img').each(function () { jQuery(this).css('display', 'none'); }); }