LAZY Loading : jQuery -


can lazy load content manually using jquery code. not want code inputs on can possible implementation.

as of thinking right now, following 1 example.

  1. there table of catalogue get's populated on click when user enter search criterion.

  2. ajax call triggered search criterion

  3. ajax return 2000 objects , catalogue shows 10 items per page.

  4. is possible show 10 items receive ajax (is intervention possible ?) , paint ui on screen while receiving rest of data ajax call.

just heads great....


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -