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" <[E
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 cre
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 suppor
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:
>
> $("#ID1
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 m
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 m
t: Monday, September 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:
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)"
> Sent: Monday, Septembe
Isn't that the same as this:
$("#ID1").trigger("change");
-- Josh
- Original Message -
From: "Huub" <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Monday, September 08, 2008 11:30 AM
Subject: [jQuery] Fire events programmatically
Sometimes it's needed to create an event progr
9 matches
Mail list logo