Advertisement
theitd

BF Load External JS

Dec 1st, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.23 KB | None | 0 0
  1. function ff_showhide(element,options)
  2. {
  3.  
  4. jQuery.getScript("/media/breezingforms/custom/showhide.js")
  5.     .done(function() {
  6.         console.log('loaded');
  7. showHideFile(element,options);
  8.     })
  9.     .fail(function() {
  10.         console.log('Boo - failed');
  11. });
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement