im trying to make a mousedown on a nested object, so it will turn on this jquery:
$(this.lookupSelector("object")).fadeTo("slow",0);
how can I do it?
im trying to make a mousedown on a nested object, so it will turn on this jquery:
$(this.lookupSelector("object")).fadeTo("slow",0);
how can I do it?