Nobody can help me ?
I’d like to target <IE9 with the .lt-ie9 class in the declaration rule :
jQuery(thumbnails).addClass(“fancybox”).attr(“rel”,”fancybox”).getTitle();
Should look like something like that :
jQuery(“.lt-ie9 a[class=”prettyphoto”]”).addClass(“fancybox”).attr(“rel”,”fancybox”).getTitle();
Thanks