Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(function(){
  3. $('#main').load("irc2.php", function() {
  4. $('a').click(function(){ alert('Klick!') });
  5. });
  6.  
  7.  
  8. });
  9. </script>
Add Comment
Please, Sign In to add comment