View Single Post
08-29-2008, 02:04 AM
#3
versatiletech is offline versatiletech
Status: I'm new around here
Join date: Jan 2007
Location: Orlando, FL
Expertise:
Software:
 
Posts: 11
iTrader: 0 / 0%
 

versatiletech is on a distinguished road

Send a message via Yahoo to versatiletech

  Old

You have to wrap your event.target with $() so that you can compare apples to apples. What you're doing is comparing a DOM node with jQuery instead of comparing a DOM node with another DOM node or comparing a jQuery object with another jQuery object.