js鼠标箭头形状

手型 
代码:<A style="cursor:hand">手型</A> 
十字型 
代码:<A style="cursor: crosshair">十字型</A> 
文本型 
代码:<A style="cursor: text">文本型</A> 
等待效果 
代码:<A style="cursor: wait">等待效果</A> 
默认效果 
代码:<A style="cursor: default">默认效果</A> 
问号效果 
代码:<A style="cursor: help">问号效果</A> 
向右箭头效果 
代码:<A style="cursor: e-resize">向右箭头效果</A> 
向右上箭头效果 
代码:<A style="cursor: ne-resize">向右上箭头效果</A> 
向上箭头效果 
代码:<A style="cursor: n-resize">向上箭头效果</A>
向左上箭头效果 
<A style="cursor: nw-resize">向左上箭头效果</A>
向左箭头效果 
<A style="cursor: w-resize">向左箭头效果</A> 
向左下箭头效果 
代码:<A style="cursor: sw-resize">向左下箭头效果</A> 
向下箭头效果 
代码:<A style="cursor: s-resize">向下箭头效果</A> 
向右下箭头效果 
代码:<A style="cursor: se-resize">向右下箭头效果</A> 

 

输入光标进去那个输入框时事件是onFocus

js鼠标箭头形状

上一篇:tp 5 封装微信网页授权基础类库


下一篇:《F# for Scientists》可以下载到了,献给科学领域的程序员们