[jQuery] Re: Selector not working ?

2008-12-18 Thread Antoine Roux
Hi, You are right, it appears I did not understand the way click() and mouseover() are working. It solved my problem. To answer Liam : I did not use a link as I am using both a picture and a text and I'd rather have the text written rather than included in the picture. This gives a sligthly b

[jQuery] Selector not working ?

2008-12-18 Thread Antoine Roux
http://www.net-vitesse.com/content/services">"http://www.net-vitesse.com/content/services"</a>;<br> });<br> <br> $("#welcome-soa").click(function() {<br>   window.location = <a rel="nofollow" class="moz-txt-link-rfc2396E" href="http://www.net-vitesse.com/content/product">"http://www.net-vitesse.com/content/product"</a>;<br> });<br> Can you see anything that I am missing ? On my side I will try to find a Voodoo dance to make code work I have no more ideas :o( Thanks, Antoine Roux