Download Flash-Style loading Anzeige im eigenen jQuery Programm

3. September 2012 - JavaScript

Wenn ihr eine loading Anzeige im Flash-Stil in eurem jQuery Programm benötigt: hier ist ein kleines jQuery Programm dazu.

English Summary: The Flash style loading indicator is very popular on webesites. Here you can download a bundle of easy to use jQuery functions to achieve the same effect in your jQuery program.

Das js script bindet ihr mit

<script type='text/javascript' src='......
und das css mit
<link rel='stylesheet' href='.....

ein.

 

 

Die Animation startet (z.B. nachdem ein Formular per jQuery abgeschickt wurde) mit

jQuery.loading_effect_showLoading();

Sie wird beendet mit

jQuery.loading_effect_close();

oder wenn die Seite neu geladen wird.

Der Code wurde extrahiert aus dem Code von  Fancy Box von Janis Skarnelis und leicht verändert. Wenn ihr sehen wollt, wie es aussieht, schaut euch mal eine fancybox Webseite an.

Download  loading_effect

Viel Spass