Ticket #2759: highlightbug.html
| File highlightbug.html, 446 bytes (added by etal, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <HTML> |
| 2 | <HEAD> |
| 3 | <script type="text/javascript" src="jquery-1.2.3.min.js"></script> |
| 4 | <script type="text/javascript" src="fx.js"></script> |
| 5 | <script type="text/javascript" src="fx.highlight.js"></script> |
| 6 | <script type="text/javascript"> |
| 7 | $(document).ready(function(){ |
| 8 | $("#test").effect('highlight'); |
| 9 | }); |
| 10 | </script> |
| 11 | </HEAD> |
| 12 | <BODY> |
| 13 | <strong> |
| 14 | <span id="test">This is blurry text.</span><br/> |
| 15 | This is clear text.<br/> |
| 16 | </strong> |
| 17 | </BODY> |
| 18 | </HTML> |
