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 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 jQuery's tablesorter plugin and when I call
trigger("update") to refresh my table it wipes out my table
completely.
After running the Webkit javascript debugger, I was able to trace it
to the
trigger function in jQuery:
line #2041: elem[ type ]();
Apparently, when I step into this function call, it actually jumps to
prototype.js to handle it.
Has anyone else seen this happen, or have any ideas on how I can fix?
Unfortunately, removing prototype and scriptaculous is not an option.
Thanks
--
View this message in context:
http://www.nabble.com/issue-with-jQuery%27s-trigger-function-tp20504225s27240p20504225.html
Sent from the jQuery General Discussion mailing list archive at
Nabble.com.