Skip to main content

Bug Tracker

Side navigation

Ticket #2759: highlightbug.html


File highlightbug.html, 0.4 KB (added by etal, April 29, 2008 09:28AM UTC)

Simple TestCase

<HTML>
<HEAD>
<script type="text/javascript" src="jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="fx.js"></script>
<script type="text/javascript" src="fx.highlight.js"></script>
<script type="text/javascript">
$(document).ready(function(){
	$("#test").effect('highlight');
});
</script>
</HEAD>
<BODY>
<strong>
<span id="test">This is blurry text.</span><br/>
This is clear text.<br/>
</strong>
</BODY>
</HTML>

Download in other formats:

Original Format