Ticket #3055: fixed.html
File fixed.html, 416 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | <html><head> |
2 | <script src="jquery-modified.js"></script> |
3 | <script>$(function(){ |
4 | $(".click").click(function(){$(".click").after(" (click)")}); |
5 | })</script> |
6 | </head></body> |
7 | <a href="bug.html">[bug.html]</a> |
8 | <a href="fixed.html">[fixed.html]</a> |
9 | |
10 | <h3>fixed.html</h3> |
11 | <ol> |
12 | <li><span class="click">Click here!</span></li> |
13 | <li>Go <a href="go-back.html">there</a></li> |
14 | <li>When you are back: check the (click)! |
15 | </ol> |
16 | </body> |