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?
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
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() {
$("
3 matches
Mail list logo