Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
:54 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around with JQuery Andy Matthews schreef: More importantly you can do this with CSS instead of javascript: http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS. http://www.askthecssguy.com/2006/12

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Olaf Bosch
Andy Matthews schrieb: More importantly you can do this with CSS instead of javascript: Yes, this are not the same, right!? I will use the FAVICONS!!! and this automatic. I use this CSS-technic all allong of my developed Sites to. See in my Footer, not with IE ;) This JS works then in IE, is

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Andy Matthews
Oh...I see...that is a good idea Olaf. I didn’t notice that you were using the favicon. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Bosch Sent: Wednesday, January 10, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around

Re: [jQuery] Play around with JQuery

2007-01-10 Thread Olaf Bosch
Andy Matthews schrieb: Oh...I see...that is a good idea Olaf. I didn’t notice that you were using the favicon. var problemo = 0; And here are the BEAT2: http://olaf-bosch.de/bugs/jquery/links2.html The JS is direct in Head for faster testing, i have options added. What make the *fuc.*

[jQuery] Play around with JQuery

2007-01-09 Thread Olaf Bosch
Hi @All, go on ;) I further play with a new Plugin. I would give external Links a marker from the favicon. Look this: http://olaf-bosch.de/bugs/jquery/links.html Errors are, all Links are find. $(#text a).favicon(); is the Selector. And i become not the TAG in or after the Links. The correct

Re: [jQuery] Play around with JQuery

2007-01-09 Thread Olaf Bosch
Olaf Bosch schrieb: Errors are, all Links are find. $(#text a).favicon(); is the Selector. Oh, i stupid, i close not the DIV, dammit :) -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.de www.akitafreund.de ---

Re: [jQuery] Play around with JQuery

2007-01-09 Thread Klaus Hartl
Olaf Bosch schrieb: Olaf Bosch schrieb: Errors are, all Links are find. $(#text a).favicon(); is the Selector. Oh, i stupid, i close not the DIV, dammit :) That's not the problem but inside the each loop this is a DOM element and not a jQuery object, thus this.append(cue) won't work.