摘要:
<INPUT class="" value="" name= "" readonly onfocus="this.blur()" > readonly onfocus="this.blur()"分别是禁止编辑和取消光标 阅读全文
摘要:
<script language="javascript"> var biryear = 2015; var birmonth = 12; var birday = 11; var year = new Date(); var getyear = year.getYear(); TMonth = n 阅读全文
摘要:
bind k selectp -U bind j selectp -D bind h selectp -L bind l selectp -R bind -r ^k resizep -U 5 bind -r ^j resizep -D 5 bind -r ^h resizep -L 5 bind - 阅读全文
摘要:
js文件代码: (function($){ $.fn.Pages = function(options){ var opts = $.extend({},$.fn.Pages.defaults, options); return this.each(function(){ var $this = $ 阅读全文