jQuery preload URL -
i'm looking solution preload content of page if clicks on link because i'm generating page content dynamicly.
for example:
<a href="pagexy.php">click me</a> $('a').click(function{ $('#preloader').show(); $preloadurl($(this).attr('href')){ done: // open url / show content } });
is there plugin wich makes possible? nice if work form submit, too.
for gallery site, use queryloader2 plugin gaya design.
it looks nice , easy-to use. hope search that.
here's demo: http://gayadesign.com/scripts/queryloader2/
Comments
Post a Comment