Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <div align="center" id="embed-com.example.game.GwtDefinition"></div>
  2. <script type= "text/javascript" src = "com.example.game.GwtDefinition/com.example.game.GwtDefinition.nocache.js"></script>
  3.  
  4. $('#thebutton').on('click', function(event) {
  5. $('#thedivtoloadinto').load('separate_html_file.html');
  6. });
  7.  
  8. $.getScript('com.example.game.GwtDefinition/com.example.game.GwtDefinition.nocache.js');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement