jQuery 插件 chili 怎么使用??
比如我要高亮显示这段代码??
<table id='mytable'>
        <tr>
            <th>
                测试1
            </th>
            <th>
                测试2
            </th>
            <th>
                测试3
            </th>
        </tr>
</table>
用chili  怎么搞??
不会是要写 &lt;script 这样的东西吧?
比如我现在知道ID怎么 用chili生成高亮?