[jQuery] Browser compatibility

2008-12-08 Thread jhm
I'm new to jQuery and have a simple script to set up an object in the markup. It works fine on FireFox and Opera, but fails to do anything in IE7. Are there steps I'm missing to make it work on all three? Here's the code in its simplest form: $(document).ready

[jQuery] Browser compatibility

2007-09-15 Thread malebrok
This code works in firefox but not in ie (6.0) : blabla the hover div (invisible) set to fill the whole bookDiv... The code should show the bookCoverTxt div on mouseover.. What should i do?

[jQuery] browser compatibility issue with jQuery(this).attr("href");

2007-09-02 Thread Am Khan
Hello, I wrote a script that starts like this: jQuery('/html/body//[EMAIL PROTECTED]//a').each(function(i){ var $hr = jQuery(this).attr("href"); .)}; What I noticed is the following for relative (ex: href="/mypage") URLs: var $hr = this.href; //returns URL with http://