> I'm trying to add an event to an element, with a bind() while passing
> a parameter and being able access the event through my event handler

> I've searched around but I can only find very basic examples of using
> the bind() function

http://jsfiddle.net/42YxB/3/

Using 1.4.3-compat may have been causing confusion. The pattern in the
Fiddle works in both 1.3.2 and 1.4.3, but presumably due to the compat
layer  trying  to patch the bind() implementation to be the way it was
before 1.4's ECMAScript bind() awareness, it screws up the logic.

-- S.

Reply via email to