[轉]jquery-highlight-3.js使用筆記


文件高亮顯示:

<html>
<head>
<title>JS HightLight!</title>
<script type = "text/javascript" src = "js/jquery-1.5.2.js"></script><script type = "text/javascript" src = "js/jquery.highlight-3.js"></script>
<script type = "text/javascript">
$(document).ready(function(){
//$('#highlight-plugin').removeHighlight().highlight('js');
‍$('#highlight-plugin').highlight('js');//以上兩種寫法均可
});
</script>
</head>
<body><style>
.highlight{
background:#FF0;
color:#E00;
}
</style>
<div id = "highlight-plugin">
js&nbspjsp
<form>
<table>
<tr>
<td>jsp</td>
<td>js</td>
<td>xml</td>
</tr>
</table>
</form>
</div>
</body>
</html>

 

來源:http://hi.baidu.com/shdren09/item/35feece67a7327afc00d753f


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM