[jQuery] jquery IE problem

2008-12-11 Thread mysterbx
I have a test site, and everything works so smooth, but ie makes the animations s ugly... please help me out, here's my script: http://www.bxsearch.com/x/jquery2.js and the test is here: http://www.bxsearch.com/x/ what is wrong with it?

[jQuery] Re: Make script global (for every ajax page)

2008-12-10 Thread mysterbx
btw., when i open, like 10 pages the site just lags up... when i refresh the page everythings normal... but when you open some ajax pages, sites lags up again

[jQuery] Make script global (for every ajax page)

2008-12-09 Thread mysterbx
Hello, I have a problem, i have this script: $(document).ready(function() { var requestURL = "index.php"; $("a").click(function() { var params = $(this).attr("data"); $("#content").slideUp("slow"); $.ajax({ type: "post", url: requestURL, data: "new=y&page="+params, beforeSend: function() { $("