rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Fixed explanation of the jQuery listener events #32

Closed homeslicesolutions-zz closed 10 years ago

homeslicesolutions-zz commented 10 years ago

The description for YUI's "delegate" and "on" needed some tuning up. jQuery highly promotes their ".on()" as the only way to bind elements. Delegate, bind, live are to be there for only the purpose of backward compatibility. In some ways, I think we should even remove this whole "explanation" and just place a description here like "Binding a listener event to an element with target elements" or something like that.

rgrove commented 10 years ago

Thanks!