Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function refreshCriteria() {
  2.     alert('refreshCriteria');
  3.  
  4.     requestAction('session', function (html) {
  5.         alert('Replacing Content on Session Pane.');
  6.         $('content').replaceWith(html);
  7.     });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement