javascript - Best way to show a full screen Ajax loader -


i'm using set of templates develop site has search page.

the template comes loading page i'd show when i'm performing ajax update of search results.

all ajax fetch , display of results working. need know of technique display loading html whilst it's fetching new results.

the technologies i'm using html, jquery, asp.net, mvc.

regards,

matt

include page in search page, , hide it

you can use jquery check if ajax call working, , while can fade in loading page, , fade out if it's done loading.

http://api.jquery.com/fadein/ http://api.jquery.com/fadeout/


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -