Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.32 KB | None | 0 0
  1. <script src="https://code.jquery.com/jquery-3.1.0.js"></script>
  2. <div class="a">i'm first loaded content. You cant see me with your eyes or inspect element, but you can see me in view-source</div>
  3. <script>
  4. $(function(){
  5.     $('#a').html('i am content that created on the air. you cant found me in view-source');
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement