[jQuery] Re: Fire events programmatically

2008-09-12 Thread Huub
Right, is it to be a part of jQuery? I can use the extension Great. Regards, Huub On Sep 9, 4:40 pm, Richard D. Worth [EMAIL PROTECTED] wrote: Sounds like you may be interested in jquery.simulate: http://dev.jquery.com/view/tags/ui/latest/tests/simulate/jquery.simul... It will create and

[jQuery] Re: Fire events programmatically

2008-09-12 Thread Richard D. Worth
I don't know of any plans to add it to core. I think it works fine as a plugin. - Richard On Fri, Sep 12, 2008 at 8:37 AM, Huub [EMAIL PROTECTED] wrote: Right, is it to be a part of jQuery? I can use the extension Great. Regards, Huub On Sep 9, 4:40 pm, Richard D. Worth [EMAIL

[jQuery] Re: Fire events programmatically

2008-09-09 Thread Huub
I don't think that trigger() does the trick. First of all i tested it. second, more important, things like createEvent, dispatchEvent,fireEvent do not appear in jQuery.js Regards, Huub On Sep 8, 11:11 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Isn't that the same as this:

[jQuery] Re: Fire events programmatically

2008-09-09 Thread Richard D. Worth
Sounds like you may be interested in jquery.simulate: http://dev.jquery.com/view/tags/ui/latest/tests/simulate/jquery.simulate.js It will create and fire/dispatch mouse and keyboard events. Here's an example of use: $(#myEl).simulate(mousedown, { clientX: 50, clientY: 100 }); Browser support

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Josh Nathanson
Isn't that the same as this: $(#ID1).trigger(change); -- Josh - Original Message - From: Huub [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, September 08, 2008 11:30 AM Subject: [jQuery] Fire events programmatically Sometimes it's needed to

[jQuery] Re: Fire events programmatically

2008-09-08 Thread [EMAIL PROTECTED]
Full marks for brevity and correctness. On Sep 8, 2:11 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Isn't that the same as this: $(#ID1).trigger(change); -- Josh - Original Message - From: Huub [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday,

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Andy Matthews
08, 2008 4:11 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Fire events programmatically Isn't that the same as this: $(#ID1).trigger(change); -- Josh - Original Message - From: Huub [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, September 08

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Aaron
Hi I would like to know wht this trigger can do?? I have a image over function which is attached to the users image and also the menu table. The menu table supposed to fade in when the mouse if over the users image but I want and if statement so that if the mouse is off the users image and the

[jQuery] Re: Fire events programmatically

2008-09-08 Thread [EMAIL PROTECTED]
The first solution that comes to my mind is to have the container for the menu cover the user's image completely, sized with the actual menu content positioned such that the menu appears wherever you want it without obscuring the image. Then change the handlers so you make the menu visible on