// Gallery plugin written by Towfiq I. jQuery(window).ready(function() { //Check if image links to attachment jQuery('.gallery-item a[href*="attachment_id"]').each(function() { jQuery(this).addClass('attachedlink'); }); jQuery('.gallery').each(function() { jQuery(this).has('.attachedlink').addClass('defgallery'); }); //remove any
inside the gallery markup jQuery(".gallery br").remove(); //Empty Caption FIX jQuery('.gallery-item:not(:has(.gallery-caption))').prepend(''); //wrap all .gallery-item with .gall_dash / For making the thumbnail navigation area jQuery(".gallery").each(function (){jQuery(this).find(".gallery-item").wrapAll('