[jQuery] Re: ASP.net and jQuery...Imperfect Together?

2007-05-07 Thread Ardie Saeidi
Hi Dave, Sounds like you're not preventing the buttons default event from happening. You need to add "return false;" to your clientside click event: A -Ardie On May 5, 4:58 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > JK, > > See a simple jQuery test piece below. The actual application

[jQuery] Triggered Event not returning correct target

2007-04-17 Thread Ardie Saeidi
Hi everyone, So i'm working on a default form button script, which is really easy and i was able to get it to work. Problem is i have a div/panel listening to click events and i need to get the default button from the event.target property. Thing is when i trigger the default button's click event