Hi,
My web page is divied into different section in that
in one section having images gallary.
to load the other section i am performing ajax calls. in following method.
$(document).ready(function(){
// Perform other task here
}
My issue is if image takes time to load other stub is waiting to load images.
I want to make image loading as secondary and my ajax stub on first priority.
Please suggest Thanks