[jQuery] how to stop jquery execution

2008-07-20 Thread robert123
I have jquery for loop it runs for about an hour doing some processing before stopping. In the for loop it execute alot of jquery Ajax post statement. As the execution is quite long, I might want to stop the javascript sometime using another button in the form, where the button will can another

[jQuery] $.get work in firefox not IE?

2008-05-17 Thread robert123
Hi, I use the below code to get some html codes from a 'url' and then write into a div messages $.get(url,{},function(data) { $('#messages').html(data); }); it will work well in firefox, but for IE, it will not show the html data although it is getting data from the url, anyone