[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: button onclick='showoneTA(1); return false;'A/button -Ardie On May 5, 4:58 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: JK, See a simple

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

2007-05-04 Thread Ardie
. (Which is very difficult to do.) Also make sure to remap the $ token to something else: var $j = jQuery.noConflict(); -Ardie [EMAIL PROTECTED] wrote: I am starting up with two technologies...asp.net and jQuery. jQuery works great with old asp, but seems to be 'unwelcome' in asp.net. Anyone

[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