Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var $scriptElm = $('<script type="text/javascript"></script>');
  2. $scriptElm.text('alert("HEY!!");');
  3.  
  4. Produces the following in ie7. Note line 17 is my jQuery script:
  5. Script Error:
  6. Line: 17
  7. Character: 56222
  8. Code: 0
  9. Error Message: Unexpected call to method or property access.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement