javascript - Smooth content loading, how to do it? -


i'm unsure how refer (so can't search myself), how 1 achieve smooth page loading (similar content prefetching) when click on code page link in github or when click on element of google plus sidebar?

i mean: think it's javascript , ajax can't figure out, page loads smoothly without "refreshing" feeling, , it's surely not flash.

i'm sorry if i'm being unclear, i'll try explain better if doesn't work

simple actually.
make ajax request , show loader.
put response in hidden element , fade in using jquery.

$("#id").fadein(); 

it feel smooth!!


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -