Guest User

Untitled

a guest
Aug 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. MVC 3 Ajax requests heaping up
  2. $('.defaultLink').click(function () {
  3. $.ajaxSetup({ cache: false });
  4. cleardiv();
  5. $('#mainContent').empty()
  6. $('#mainContent').load(this.href).val();
  7. return false;
  8. });
  9.  
  10. [OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")]
Add Comment
Please, Sign In to add comment