Guest User

Untitled

a guest
Jun 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script type="text/javascript" charset="utf-8">
  2. var _targ;
  3. $(document).ready(function() {
  4.  
  5. $(window).bind("click", function(e) {
  6. if (!e) {var e = window.event}; if (e.target) {_targ = e.target;} else if (e.srcElement) {_targ = e.srcElement;};
  7. });
  8. });
  9. </script>
Add Comment
Please, Sign In to add comment