[jQuery] Re: Thickbox and Yahoo Stores

2009-01-17 Thread jQuery Lover
Try this two options: $('a').unbind('click'); // not sure if it works or not OR $('a').click(function(){ window.location=$(this).attr('href'); return false; }); and put this code after all other javascript codes! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon,

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-12 Thread MikeFCraft
it won't be very useful but here's a snippet with the site itself removed: http://site.example.com/Scripts/theFile.htm? modal=false&height=500&width=720">Click Here To Open Thickbox when you click that link you get the thickbox loading animation and the rest of the page is greyed out. the animat

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
Didn't we already have this message ??? jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 2:10 AM, Mike521 wrote: > > I'm helping someone set up thickbox to work on their yahoo store. It > seems like Yahoo has a built-in click tracking system that is messing >

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
Do you have a link or could you copy&paste html code snippet of your image with the links... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 2:16 AM, MikeFCraft wrote: > > I'm helping someone set up thickbox to work on their yahoo store. It > seems like Yaho