On page i have script which gets link id and loads content in div.

function:

function loadContent(id) {
    $("#dzivokli").load("dzivoklis-"+id+"/");
}

a tag:

javascript:loadContent(2217); Link 

and it loads content with id dzivoklis-2217 into div #dzivokli.

How i can add loading indicator to this script?
-- 
View this message in context: 
http://www.nabble.com/How-i-can-get-to-show-loading-indicator-in-this-situation--tf4405887s15494.html#a12569559
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to