Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <body onpageshow="
  2. (function ($) {
  3. $('#my_js').html('Welcome!');
  4. })(jQuery);
  5. ">
  6.  
  7. <p id="my_js">Hello World!</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement