jQuery(document).ready(function($) { $('img[title]').each(function() { $(this).removeAttr('title'); }); });

Video’s Gallery