[jQuery] Re: Triggering event added by addEventListener

2007-11-18 Thread Flesler
Or... http://www.howtocreate.co.uk/tutorials/javascript/domevents Check the last part: "Manually firing events". That should work too, if you get the element using jQuery, don't forget to use .get(0). Ariel Flesler On Nov 15, 4:30 pm, Brandon Aaron <[EMAIL PROTECTED]> wrote: > The best approach

[jQuery] Re: Triggering event added by addEventListener

2007-11-15 Thread Brandon Aaron
The best approach will be to just use jQuery to bind the method if you want to trigger that event. -- Brandon Aaron On Nov 15, 11:49 am, prakash <[EMAIL PROTECTED]> wrote: > Hello all, > > I recently started using jQuery in Greasemonkey scripts and am loving > it. > > I have two Greasemonkey scr