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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -