Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $('#fooa').append(function(a){
  2. var a = "teetiidhttham oeeoe"
  3. return a();
  4. });
  5.  
  6.  
  7.  
  8. // This works
  9. var marsh = function(box1){
  10. box1 = "teetiidhttham oeeoe"
  11. return box1
  12.  
  13. };
  14.  
  15. $('#fooa').append(marsh());
Add Comment
Please, Sign In to add comment