Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Links

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormknapp
    • CommentTimeJan 16th 2009
     
    Thickbox does not work with JQuery 1.3 Beta Release...be warned. If you follow the link to download the "latest" Jquery from the Thickbox page, it won't work on things such as Gallery...you'll just be shown the "loading" graphic forever. Ironic? Yes!
    • CommentAuthorhannes
    • CommentTimeJan 17th 2009
     
    you have to remove line 79

    TB_TempArray = $("a[@rel="+imageGroup+"]").get();

    to

    TB_TempArray = $("a[rel="+imageGroup+"]").get();

    because the selectors have changed.
    • CommentAuthorhannes
    • CommentTimeJan 17th 2009
     
    sorry not remove CHANGE...
  1.  
    Ok I tried changing that line of code and it fails with just the simple image box. It seems to just load the image in place without overlaying it at all.

    Tested jQuery 1.3.1 and 1.3.2
  2.  
    My apologies - user error sort of.

    I still don't understand what is happening but it has something to do with running this script through my XAMPP server: when files are run through the web server Thickbox breaks yet when I preview the files outside of the XAMPP server environment they work; including my remote server.

    Weird issue as other jQuery scripts in the same project run fine and I have no idea why server-side things would affect this. Going to make development a pain in the yang.

    So works with jQuery 1.3.2.
    • CommentAuthormatty
    • CommentTimeApr 1st 2009
     
    The fix by hannes worked for me.

    I downloaded all the files from the demo/thickbox site on april 1 2009. You download 1.3.2 jquery from the site. The thickbox works fine for 1 image, but when I added the rel attribute it broke. I made the change hannes recommends on line 79 of thickbox.js... works now

    Thanks
    • CommentAuthorElch
    • CommentTimeApr 8th 2009
     
    In the compressed thickbox file you must change this

    ("a[@1N="+g+"]")

    to that

    ("a[1N="+g+"]")

    than it works fine with jquery 1.3.2.

    greats Elch

    Sorry for my bad english