Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here.. Safari tells me there’s a syntax parsing error somewhere in this:

    <script type="text/javascript">
    	jQuery(document).ready(function($){
    		var select = $('
    		    a[href$=".bmp"],
    		    a[href$=".gif"],
    		    a[href$=".jpg"],
    		    a[href$=".jpeg"],
    		    a[href$=".png"],
    		    a[href$=".BMP"],
    		    a[href$=".GIF"],
    		    a[href$=".JPG"],
    		    a[href$=".JPEG"],
    		    a[href$=".PNG"]
    		');
    		select.attr('rel', 'fancybox');
    		select.fancybox();
    	});
    </script>

    Sorry! My fault! The plugin is fixed in latest version (1.0.5).

    New version works for me. Also fixed problem with upper case file extensions.

    Thank you very much Kevin!!

    Thread Starter jaspersplace

    (@jaspersplace)

    Thanks for the quick fix Kevin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: FancyBox] Doesn’t work after 1.0.4 update!’ is closed to new replies.