jquery hide load url
Posted
by ruru
on Stack Overflow
See other posts from Stack Overflow
or by ruru
Published on 2010-03-08T02:45:42Z
Indexed on
2010/03/08
3:09 UTC
Read the original article
Hit count: 371
how to hide load url in jquery?i want to hide pmscount.php
{
$('#notification').load('pmscount.php').fadeIn("slow");
}, 10000);
© Stack Overflow or respective owner