IE8 - .on/.bind need the ability to pass data into them
Closed this issue · 2 comments
jefflembeck commented
Example:
$button.bind( "click" , { key: value } , fn );
Should be accessible in the callback fn(e){}
with e.data.key
, returning value
jefflembeck commented
This is functional on any browser > IE8