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
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
2 matches
Mail list logo