Guest User

Untitled

a guest
Nov 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $.ajax({
  2. url: esiUrl,
  3. type: 'GET',
  4. data: "isie789=" + isIE789,
  5. dataType: 'html',
  6. cache: false,
  7. success: function(responseText) {
  8. if(responseText.length > 0) {
  9. $("#deal-of-day-esi").replaceWith(responseText);
  10. }
  11. },
  12. error: function() {
  13. }
  14. });
Add Comment
Please, Sign In to add comment