Categories | Question details Back To List | ||
Example of Loading indicator I'm looking for an example of an Loading indicator using with dhtmlxAjax.get() Many hanks for any hints or links! Greetings from Germany. Answer posted on Oct 30, 2008 22:29 Excuse me for asking this question, but this is very simple. Before <div id="preis"> <img src="/shop_mvi-metall/images/ajax-loader.gif" /> </div> After getting request <div id="preis" style="color: Red; font-weight: bold;"> 12,10 ˆ </div> The callbackfunction must simply replace the loader image. And here you can create easily your own ajax loader icon : http://www.ajaxload.info/ |