Advertisement
Guest User

Untitled

a guest
Feb 6th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    
  2. jQuery(document).bind('gform_post_render', function(event, form_id){
  3.  
  4.     if(form_id == 2) {
  5.  
  6.         //Calls function in plugin file
  7.         injuryFilter();
  8.  
  9.     }
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement