[jQuery] Re: re[jQuery] place single word with image on the whole page

2007-10-23 Thread bjb
Yes, but the problem is that I can't put the word inside a tag (or inside two tags) as necessary for standard CSS-techniques. bernd -- View this message in context: http://www.nabble.com/replace-single-word-with-image-on-the-whole-page-tf4674239s27240.html#a13359902 Sent from the jQuery

[jQuery] re[jQuery] place single word with image on the whole page

2007-10-22 Thread bjb
Hi, I'd like to replace a word in a text with an image, something like pthis is the logo/p with pthis is the /p any ideas? best regards Bernd -- View this message in context: http://www.nabble.com/replace-single-word-with-image-on-the-whole-page-tf4674239s27240.html#a13354510 Sent from

[jQuery] Re: Error in IE 5.5 / jQuery 1.1.3.1 - 'nodeName' is Null

2007-07-21 Thread bjb
The error seems when assigning an event to a class: $('.myclass).click(function() {return false;}); - error (only) in IE5.5 / jQuery 1.1.3.1 // works with IE7 etc $('#myid).click(function() {return false;}); - works with IE5.5 / jQuery 1.1.3.1 myclass and myid in html: li # s1.gif

[jQuery] Re: Error in IE 5.5 / jQuery 1.1.3.1 - 'nodeName' is Null

2007-07-21 Thread bjb
I changed $('.myclass).click(function() {return false;}); to $('a.myclass).click(function() {return false;}); now it works Thanks Bernd bjb wrote: The error seems when assigning an event to a class: $('.myclass).click(function() {return false;}); - error (only) in IE5.5

[jQuery] Error in IE 5.5 / jQuery 1.1.3.1 - 'nodeName' is Null

2007-07-20 Thread bjb
Hi, I just upgraded from 1.2 to 1.1.3.1 (compressed version) Everything works fine, but in IE 5.5 there seems to be a problem with the new version: It says: 'nodeName' is Null or no Object, line 185 best ragards Bernd -- View this message in context:

[jQuery] outerHTML and Firefox does not work

2007-04-09 Thread bjb
Hi, I've some code that works fine with IE, but not on Firefox (2.0.0.3) on Vista: html: code div id=k ... ... img src=pic1 /div script i=0; alert($(#k img).get(i).outerHTML ); /script /code returns undefined in FF any ideas?

[jQuery] Re: outerHTML and Firefox does not work

2007-04-09 Thread bjb
thanks a lot as a jquery beginner I wonder if there is no jquery way to get the required tag? best regards Bernd -- View this message in context: http://www.nabble.com/outerHTML-and-Firefox-does-not-work-tf3549488s15494.html#a9910093 Sent from the JQuery mailing list archive at Nabble.com.