Dan Eastwell schrieb:
> what's the difference between this and $(this)?

With the latter you "wrap" a jQuery object around "this", so that you 
can call jQuery API methods on the element. This wouldn't be possible 
with the pure DOM element represented by "this".

Technically $(this) is nothing else than some other selection like $('div').


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to