I have a set of elements that respond to mouseUp events, and inside of them are child elements that respond to mouseUp events as well (all via. jQuery). How do I make it so when a child's mouseUp event occurs from a user mouse click the child's parent's mouseUp event doesn't also occur in jQuery?
3 seconds ahead
rahul
2009-07-01 04:47:09
Okay thanks. I'm just plowing through code here ATM so I'm getting lazy about looking stuff up in the docs. :P
Daddy Warbox
2009-07-01 04:47:41
For that, you'll want Google.doSearch(…) :)
Tyson
2009-07-01 04:50:41