Introduction - If you have any usage issues, please Google them yourself
</div>
<br>
<input type="button" value="闪烁" onclick="highLight($( demo ))" />
<input type="button" value="停止" onclick="stopTwinkle($( demo ))" />
<br>
<br>
<div id="demo2" class="box">
Box II
</div>
<br>
<input type="button" value="闪烁" onclick="highLight($( demo2 ))" />
<input type="button" value="停止" onclick="stopTwinkle($( demo2 ))" />