Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as text by ( 18 years ago )
<html>
<head>
  <title>Stuff</title>
  <script type="text/javascipt" src="jquery.js"></script>
</head>
<body>
...
<script type="text/javascript">
    $(document).ready(function() {
        $.getScript("app.js").ready(function(){
            initApp();
        });
    });
</script>
</body>
</html>

 

Revise this Paste

Your Name: Code Language: