
javascript
liugh1974
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
超简日历组件
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style>#iCalendar{border:1px solid #1F62BE;width:210px;_width:190px;position:absolute; font...原创 2009-01-07 09:42:44 · 142 阅读 · 0 评论 -
javascript only input float/integer
$(document).ready(function(){ $('.float-number').keypress(function(event) { var code = event.which; if(code == 8 // Backspace || code == 9 // Horizontal Tab || code == 27 /...原创 2015-09-15 11:58:49 · 145 阅读 · 0 评论