[jQuery] Re: issue with jQuery's trigger function

2008-11-17 Thread Shazzaam
That indeed does seem to fix it, many thanks! dave.methvin wrote: After running the Webkit javascript debugger, I was able to trace it to the trigger function in jQuery: line #2041: elem[ type ](); That's where it's calling the native handler for that element. I guess

[jQuery] Re: issue with jQuery's trigger function

2008-11-15 Thread Dave Methvin
After running the Webkit javascript debugger, I was able to trace it to the trigger function in jQuery: line #2041: elem[ type ](); That's where it's calling the native handler for that element. I guess prototype.js must hook into the native event handling and that causes it to trigger.

[jQuery] Re: issue with jQuery's trigger function

2008-11-14 Thread Karl Swedberg
Have you tried the svn version of jQuery? That might have solved the problem. http://docs.jquery.com/Downloading_jQuery#Subversion_.28SVN.29 --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 14, 2008, at 11:49 AM, Shazzaam wrote: Hi, I am using

[jQuery] Re: issue with jQuery's trigger function

2008-11-14 Thread Shazzaam
I downloaded the nightly build and it has the same problem. Thanks Shazzaam wrote: Hi, I am using jQuery 1.2.6, and also have Prototype 1.6.0.1 and Scriptaculous 1.8.1 in my page. I know there are issues getting this to work, but i have noConflict() running. Anyway, I am using