Cancel bubbling in firefox
Hello.
The following issue is only in FireFox. works OK in IE and Chrome.
I created the DIV bellow.
When it reaches the someFnc - the event is "undefined" (nor window.event)
How can I cancel bubbling??
- jQuery('<div/>', {
id: 'AA' + this.boxID,
class: 'BB_Btn',
click: (function () { current.someFnc(event); })
- }).insertBefore('#box' + this.boxID + 'star');