[jQuery] jQuery Ajax load problem

[jQuery] jQuery Ajax load problem


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 have pretty much everything working without receiving any javascript
errors, but for some reason the ajax load script is not working:
jQuery(".tablesorter > tbody", "#tab").load(path, data,
function(responseText, textStatus, XMLHttpRequest){
// do stuff here
});
This should load html into the tbody tag, but instead it is wiping out
everything in the .tablesorter table, including the thead and the tbody
tags.
I had it working with just jQuery, but with the inclusion of Prototype and
Scriptaculous it doesn't seem to work right. Wondering if anyone has
experienced this problem?
Thanks
Thanks
--
View this message in context: http://www.nabble.com/jQuery-Ajax-load-problem-tp20486998s27240p20486998.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.