Template:Freiburg2013 Test
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <script type="text/javascript"> function handleClick() { alert('Working.'); } document.getElementById('button1').onclick = handleClick; </script> </head> ...") |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | jQuery(document).ready(function(){ | ||
+ | alert("you clicked on .. "); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
Latest revision as of 09:10, 26 September 2013