[jQuery] Re: Detecting an event's return value

2007-07-01 Thread Robert James
On 7/1/07, John Resig <[EMAIL PROTECTED]> wrote: Not as of yet - we're currently trying to figure out ways to improve the custom event/triggering system. --John That would be very helpful. If you want to use JavaScript to, for example, submit a form, there's currently no good way (that I k

[jQuery] Re: Detecting an event's return value

2007-07-01 Thread John Resig
Not as of yet - we're currently trying to figure out ways to improve the custom event/triggering system. --John On 7/1/07, S. Robert James <[EMAIL PROTECTED]> wrote: jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?

[jQuery] Re: Detecting an event's return value

2007-07-01 Thread Ganeshji Marwaha
that is why there are event handlers. :-) -GTG On 7/1/07, S. Robert James <[EMAIL PROTECTED]> wrote: jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?