Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
找到IE6出错原因,修改demo
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed Nov 7, 2011
1 parent 7811dec commit f216583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ <h1>jEmotion Demo</h1>
<div>a(#偷笑)(#怒)b(#左哼哼)(#泪)c(#左哼哼) [左边的文本将会被转换成表情]</div>
<textarea id="question" style="width:600px;height:180px;" placeholder="Write here"></textarea>
</br>
<a href="javascript:;" class="emotion">Add a emotion</a>
<span style="text-decoration:underline;cursor:pointer;" class="emotion">Add a emotion</span>
<span>(左边这个触发按钮如果使用 a 的话,会造成IE6截断http连接,不能正确读取Ajax图片,推荐使用span来模拟a)</span>
</br>
<input type="submit"/>

Expand Down

0 comments on commit f216583

Please sign in to comment.