How can achieve the following prototype behaviour in jQuery:
var f = new Function('_show', e.readAttribute("onshow")).bindAsEventListener(e)
I have declared onshow
on my html element.
How can achieve the following prototype behaviour in jQuery:
var f = new Function('_show', e.readAttribute("onshow")).bindAsEventListener(e)
I have declared onshow
on my html element.