[jQuery] Re: Can't understand why this won't work

2008-12-04 Thread Marcelo Wolfgang
Hi, sorry my mistake, I've pasted the wrong part of the code :/ this is the relevant info: forget about the Thanks for spotting this On 4/12/2008 16:17, MorningZ wrote: Your selector $("#homeMenu A.colecao").click(function(e){ alert('menu'); }); says: g

[jQuery] Re: Can't understand why this won't work

2008-12-04 Thread MorningZ
Your selector $("#homeMenu A.colecao").click(function(e){ alert('menu'); }); says: give me all tags with the class of "colecao" inside the object 'homeMenu' but inside the HTML you show, there is no object with the ID of "homeMenu", nor are there any tags with a class of "colecao", s