I am a computer enthusiast, I like to read and understand the code than seeing it work. I see facts in code rather than how it work.
Nothing here yet.
No blogs yet.
was trying to show loading gif and call ajax request (which responds after huge time) and then i hide loading gif. Below is the code : $('.loading-gif').show(); $ajax({url:'',async:false}).done(function(){...//some operation}); $('.loading-gif').hide...