Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- </head>
- <body>
- tresc strony
- <div id="kontener"></div>
- <a href="javascript:zaladuj(1)">Wgraj 1</a> | <a href="javascript:zaladuj(2)">Wgraj 2</a>
- <script>
- function zaladuj(id)
- {
- $(function() {
- $( "#kontener" ).load( "pliki/" + id + ".htm" );
- });
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement