Skip to main content

Bug Tracker

Side navigation

Ticket #3055: bug.html


File bug.html, 0.4 KB (added by yaakov, June 17, 2008 02:07PM UTC)

html for the bug

<html><head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>$(function(){
  $(".click").click(function(){$(".click").after(" (click)")});
})</script>
</head></body>
<a href="bug.html">[bug.html]</a>
<a href="fixed.html">[fixed.html]</a>

<h3>bug.html</h3>
<ol>
<li><span class="click">Click here!</span></li>
<li>Go <a href="go-back.html">there</a></li>
<li>When you are back: check the (click)!
</ol>
</body>

Download in other formats:

Original Format