Hi,  I am playing around writing fir first JS class and get an error
when using 'this' on an Event.

I get 'this.function_name() is not a function'  with firebug.  As I
understand,  adding a 'click' event replaces 'this' with the 'clicked'
element propities,  so how do I call another funrtion from with in my
class?

The function works fine on DOM_READY.

Demo.
http://bouncebox.lendrum.co.nz/

Javascript
http://bouncebox.lendrum.co.nz/assets/js/bounceBox-1-0.js

( Line 34 is where the Click Event is started. )

Reply via email to