Guest User

Untitled

a guest
Jan 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $.ajax({
  2. type: "GET",
  3. url: "",
  4. contentType: "application/json; charset=utf-8",
  5. dataType: "html",
  6. success: OnSuccess,
  7. failure: function (responseText) {
  8. //alert("Issue in network connectivity! Please Click OK to Refresh this page");
  9. document.frmList.submit();
  10. },
  11. error: function (responseText) {
  12. //alert("Issue in network connectivity! Please Click OK to Refresh this page");
  13. document.frmList.submit();
  14. },
  15. complete: function() {
  16. $.getScript('js/jquery.event.drag-2.2.js')
  17. }); `
Add Comment
Please, Sign In to add comment