Advertisement
Baoulettes

Untitled

Jun 20th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $("#createmyinv").click(function(evt) {
  2.         $('#reloadbox').fadeOut(400, "linear", function(){
  3.             $("#reloadbox").empty()
  4.             $("#reloadbox").load("./index.php?myinv=okaydokay #homereloadbox",function(){
  5.                 $.getScript("includes/PostLoadScript.js");
  6.             })
  7.         })
  8.         $('#reloadbox').fadeIn(400, "linear")    
  9.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement