Skip to main content

Bug Tracker

Side navigation

Ticket #3055: fixed.html


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

html using jquery-modified.js --- show test without the bug

<html><head>
<script src="jquery-modified.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>fixed.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