怎么用jQuery实现按Alt+alt enterr就触发某事件

如何用js或jquery实现点击事件触发键盘_百度知道
如何用js或jquery实现点击事件触发键盘
当按钮被按下时,发生 keydown 事件。keydown() 方法触发 keydown 事件,或规定当发生 keydown 事件时运行的函数。语法$(selector).keydown(function)例如:$(document).keydown(function(event){alert(event.keyCode);//弹出按键的对应值&});
其他类似问题
为您推荐:
提问者采纳
$(&quot.click(function(){window.1).1);.body);).click(function(){$(document.css(&zoom&#c&).body);) + 0.css(&})是IE吗;) - 0.click(function(){$($(&zoom&;),$(#b&}).print().css(&quot.css(&$(&quot,$(zoom&quot.body);#a&quot.body);});zoom&quot
缩放功能没有实现 我用其他方法了 不过还是谢谢了
提问者评价
您可能关注的推广
jquery的相关知识
其他1条回答
那机器不注销了。假如点你的按钮我想问问?你觉得操作系统和浏览器的安全机制能让你这么做么。你去出发键盘的ctrl+shift+del
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁二次元同好交流新大陆
扫码下载App
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
阅读(2568)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
在LOFTER的更多文章
loftPermalink:'',
id:'fks_',
blogTitle:'Jquery键盘事件实例1',
blogAbstract:'&&&&&&&&&&& //document的键盘事件&&&&&&&&&&& //键盘事件参数&&&&&&&&&&& //e.charCode:最后响应键盘按键的键值&&&&&&&&&&& //e.keyCode: 最后响应键盘按键的键值&&&&&&&&&&& //e.ctrlKey,e.shiftKey,e.altKey:判断组合键时,是否按下&&&&&&&&&&& //输出键盘的ASCII值&&&&&&&&&&& //键值:(a:65&& z:90),(0:48&& 9:57),(tab:9& enter:13,& ctrl:17& shift:16& alt:18& 空格:32& )',
blogTag:'',
blogUrl:'blog/static/0',
isPublished:1,
istop:false,
modifyTime:4,
publishTime:9,
permalink:'blog/static/0',
commentCount:0,
mainCommentCount:0,
recommendCount:0,
bsrk:-100,
publisherId:0,
recomBlogHome:false,
currentRecomBlog:false,
attachmentsFileIds:[],
groupInfo:{},
friendstatus:'none',
followstatus:'unFollow',
pubSucc:'',
visitorProvince:'',
visitorCity:'',
visitorNewUser:false,
postAddInfo:{},
mset:'000',
remindgoodnightblog:false,
isBlackVisitor:false,
isShowYodaoAd:false,
hostIntro:'',
hmcon:'0',
selfRecomBlogCount:'0',
lofter_single:''
{list a as x}
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}网页设计教程与开发
提供各种常见网页效果
提供各种各样的设计教程
装扮QQ,让QQ变得更酷
设计参考,提高自升水平
学习服务器和操作系统
提供各种素材和工具
收藏学习资料
您现在的位置:&&>>&&>>&&>>&&>>&正文
jquery.hotkeys监听键盘按下事件keydown插件
jquery.hotkeys文件下载:&
参照了一下它的文档用法,我们可以这样使用:
. 代码如下:&&& &script src="jquery-1.4.1.min.js" type="text/javascript"&&/script&&&& &script src="jquery.hotkeys.js" type="text/javascript"&&/script& &&& &script type="text/javascript"&&&&&&&& $(function () {&&&&&&&&&&& $(document).bind("keydown", "esc", function (ev) { alert("您按下了Esc键!"); //其它处理事件;&&& })&&&&&&&&&&& .bind("keydown", "1", function (er) { alert("您按下了1键!"); })&&&&&&&&&&& .bind("keydown", "2", function (er) { alert("您按下了2键!"); })&&&&&&&&&&& .bind("keydown", "3", function (er) { alert("您按下了3键!"); })&&&&&&&&&&& .bind("keydown", "4", function (er) { alert("您按下了4键!"); })&&&&&&& });&&& &/script&
下面是全部按键组合
. 代码如下:&&&&&& &script src="jquery.hotkeys.js"&&/script&&&&&&&& &script&&&&&&&&&&&& //This page is a result of an autogenerated content made by running test.html with firefox.&&&&&&&&&&& function domo(){&&&&&&&&&&&&&&& jQuery('#platform-details').html('&code&' + navigator.userAgent + '&/code&');&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'esc',function (evt){jQuery('#_esc').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'tab',function (evt){jQuery('#_tab').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'space',function (evt){jQuery('#_space').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'return',function (evt){jQuery('#_return').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'backspace',function (evt){jQuery('#_backspace').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'scroll',function (evt){jQuery('#_scroll').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'capslock',function (evt){jQuery('#_capslock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'numlock',function (evt){jQuery('#_numlock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'pause',function (evt){jQuery('#_pause').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'insert',function (evt){jQuery('#_insert').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'home',function (evt){jQuery('#_home').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'del',function (evt){jQuery('#_del').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'end',function (evt){jQuery('#_end').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'pageup',function (evt){jQuery('#_pageup').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'pagedown',function (evt){jQuery('#_pagedown').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'left',function (evt){jQuery('#_left').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'up',function (evt){jQuery('#_up').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'right',function (evt){jQuery('#_right').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'down',function (evt){jQuery('#_down').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f1',function (evt){jQuery('#_f1').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f2',function (evt){jQuery('#_f2').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f3',function (evt){jQuery('#_f3').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f4',function (evt){jQuery('#_f4').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f5',function (evt){jQuery('#_f5').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f6',function (evt){jQuery('#_f6').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f7',function (evt){jQuery('#_f7').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f8',function (evt){jQuery('#_f8').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f9',function (evt){jQuery('#_f9').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f10',function (evt){jQuery('#_f10').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f11',function (evt){jQuery('#_f11').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f12',function (evt){jQuery('#_f12').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '1',function (evt){jQuery('#_1').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '2',function (evt){jQuery('#_2').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '3',function (evt){jQuery('#_3').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '4',function (evt){jQuery('#_4').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '5',function (evt){jQuery('#_5').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '6',function (evt){jQuery('#_6').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '7',function (evt){jQuery('#_7').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '8',function (evt){jQuery('#_8').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '9',function (evt){jQuery('#_9').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', '0',function (evt){jQuery('#_0').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'a',function (evt){jQuery('#_a').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'b',function (evt){jQuery('#_b').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'c',function (evt){jQuery('#_c').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'd',function (evt){jQuery('#_d').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'e',function (evt){jQuery('#_e').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'f',function (evt){jQuery('#_f').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'g',function (evt){jQuery('#_g').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'h',function (evt){jQuery('#_h').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'i',function (evt){jQuery('#_i').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'j',function (evt){jQuery('#_j').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'k',function (evt){jQuery('#_k').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'l',function (evt){jQuery('#_l').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'm',function (evt){jQuery('#_m').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'n',function (evt){jQuery('#_n').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'o',function (evt){jQuery('#_o').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'p',function (evt){jQuery('#_p').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'q',function (evt){jQuery('#_q').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'r',function (evt){jQuery('#_r').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 's',function (evt){jQuery('#_s').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 't',function (evt){jQuery('#_t').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'u',function (evt){jQuery('#_u').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'v',function (evt){jQuery('#_v').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'w',function (evt){jQuery('#_w').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'x',function (evt){jQuery('#_x').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'y',function (evt){jQuery('#_y').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'z',function (evt){jQuery('#_z').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+a',function (evt){jQuery('#_Ctrl_a').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+b',function (evt){jQuery('#_Ctrl_b').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+c',function (evt){jQuery('#_Ctrl_c').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+d',function (evt){jQuery('#_Ctrl_d').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+e',function (evt){jQuery('#_Ctrl_e').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f',function (evt){jQuery('#_Ctrl_f').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+g',function (evt){jQuery('#_Ctrl_g').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+h',function (evt){jQuery('#_Ctrl_h').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+i',function (evt){jQuery('#_Ctrl_i').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+j',function (evt){jQuery('#_Ctrl_j').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+k',function (evt){jQuery('#_Ctrl_k').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+l',function (evt){jQuery('#_Ctrl_l').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+m',function (evt){jQuery('#_Ctrl_m').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+n',function (evt){jQuery('#_Ctrl_n').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+o',function (evt){jQuery('#_Ctrl_o').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+p',function (evt){jQuery('#_Ctrl_p').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+q',function (evt){jQuery('#_Ctrl_q').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+r',function (evt){jQuery('#_Ctrl_r').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+s',function (evt){jQuery('#_Ctrl_s').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+t',function (evt){jQuery('#_Ctrl_t').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+u',function (evt){jQuery('#_Ctrl_u').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+v',function (evt){jQuery('#_Ctrl_v').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+w',function (evt){jQuery('#_Ctrl_w').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+x',function (evt){jQuery('#_Ctrl_x').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+y',function (evt){jQuery('#_Ctrl_y').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+z',function (evt){jQuery('#_Ctrl_z').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+a',function (evt){jQuery('#_Shift_a').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+b',function (evt){jQuery('#_Shift_b').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+c',function (evt){jQuery('#_Shift_c').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+d',function (evt){jQuery('#_Shift_d').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+e',function (evt){jQuery('#_Shift_e').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f',function (evt){jQuery('#_Shift_f').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+g',function (evt){jQuery('#_Shift_g').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+h',function (evt){jQuery('#_Shift_h').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+i',function (evt){jQuery('#_Shift_i').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+j',function (evt){jQuery('#_Shift_j').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+k',function (evt){jQuery('#_Shift_k').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+l',function (evt){jQuery('#_Shift_l').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+m',function (evt){jQuery('#_Shift_m').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+n',function (evt){jQuery('#_Shift_n').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+o',function (evt){jQuery('#_Shift_o').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+p',function (evt){jQuery('#_Shift_p').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+q',function (evt){jQuery('#_Shift_q').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+r',function (evt){jQuery('#_Shift_r').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+s',function (evt){jQuery('#_Shift_s').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+t',function (evt){jQuery('#_Shift_t').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+u',function (evt){jQuery('#_Shift_u').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+v',function (evt){jQuery('#_Shift_v').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+w',function (evt){jQuery('#_Shift_w').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+x',function (evt){jQuery('#_Shift_x').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+y',function (evt){jQuery('#_Shift_y').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+z',function (evt){jQuery('#_Shift_z').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+a',function (evt){jQuery('#_Alt_a').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+b',function (evt){jQuery('#_Alt_b').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+c',function (evt){jQuery('#_Alt_c').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+d',function (evt){jQuery('#_Alt_d').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+e',function (evt){jQuery('#_Alt_e').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f',function (evt){jQuery('#_Alt_f').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+g',function (evt){jQuery('#_Alt_g').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+h',function (evt){jQuery('#_Alt_h').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+i',function (evt){jQuery('#_Alt_i').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+j',function (evt){jQuery('#_Alt_j').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+k',function (evt){jQuery('#_Alt_k').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+l',function (evt){jQuery('#_Alt_l').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+m',function (evt){jQuery('#_Alt_m').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+n',function (evt){jQuery('#_Alt_n').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+o',function (evt){jQuery('#_Alt_o').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+p',function (evt){jQuery('#_Alt_p').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+q',function (evt){jQuery('#_Alt_q').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+r',function (evt){jQuery('#_Alt_r').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+s',function (evt){jQuery('#_Alt_s').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+t',function (evt){jQuery('#_Alt_t').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+u',function (evt){jQuery('#_Alt_u').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+v',function (evt){jQuery('#_Alt_v').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+w',function (evt){jQuery('#_Alt_w').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+x',function (evt){jQuery('#_Alt_x').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+y',function (evt){jQuery('#_Alt_y').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+z',function (evt){jQuery('#_Alt_z').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+esc', function (evt){jQuery('#_Ctrl_esc').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+tab', function (evt){jQuery('#_Ctrl_tab').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+space', function (evt){jQuery('#_Ctrl_space').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+return', function (evt){jQuery('#_Ctrl_return').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+backspace', function (evt){jQuery('#_Ctrl_backspace').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+scroll', function (evt){jQuery('#_Ctrl_scroll').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+capslock', function (evt){jQuery('#_Ctrl_capslock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+numlock', function (evt){jQuery('#_Ctrl_numlock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+pause', function (evt){jQuery('#_Ctrl_pause').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+insert', function (evt){jQuery('#_Ctrl_insert').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+home', function (evt){jQuery('#_Ctrl_home').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+del', function (evt){jQuery('#_Ctrl_del').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+end', function (evt){jQuery('#_Ctrl_end').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+pageup', function (evt){jQuery('#_Ctrl_pageup').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+pagedown', function (evt){jQuery('#_Ctrl_pagedown').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+left', function (evt){jQuery('#_Ctrl_left').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+up', function (evt){jQuery('#_Ctrl_up').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+right', function (evt){jQuery('#_Ctrl_right').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+down', function (evt){jQuery('#_Ctrl_down').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f1', function (evt){jQuery('#_Ctrl_f1').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f2', function (evt){jQuery('#_Ctrl_f2').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f3', function (evt){jQuery('#_Ctrl_f3').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f4', function (evt){jQuery('#_Ctrl_f4').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f5', function (evt){jQuery('#_Ctrl_f5').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f6', function (evt){jQuery('#_Ctrl_f6').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f7', function (evt){jQuery('#_Ctrl_f7').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f8', function (evt){jQuery('#_Ctrl_f8').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f9', function (evt){jQuery('#_Ctrl_f9').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f10', function (evt){jQuery('#_Ctrl_f10').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f11', function (evt){jQuery('#_Ctrl_f11').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Ctrl+f12', function (evt){jQuery('#_Ctrl_f12').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+esc', function (evt){jQuery('#_Shift_esc').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+tab', function (evt){jQuery('#_Shift_tab').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+space', function (evt){jQuery('#_Shift_space').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+return', function (evt){jQuery('#_Shift_return').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+backspace', function (evt){jQuery('#_Shift_backspace').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+scroll', function (evt){jQuery('#_Shift_scroll').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+capslock', function (evt){jQuery('#_Shift_capslock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+numlock', function (evt){jQuery('#_Shift_numlock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+pause', function (evt){jQuery('#_Shift_pause').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+insert', function (evt){jQuery('#_Shift_insert').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+home', function (evt){jQuery('#_Shift_home').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+del', function (evt){jQuery('#_Shift_del').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+end', function (evt){jQuery('#_Shift_end').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+pageup', function (evt){jQuery('#_Shift_pageup').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+pagedown', function (evt){jQuery('#_Shift_pagedown').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+left', function (evt){jQuery('#_Shift_left').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+up', function (evt){jQuery('#_Shift_up').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+right', function (evt){jQuery('#_Shift_right').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+down', function (evt){jQuery('#_Shift_down').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f1', function (evt){jQuery('#_Shift_f1').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f2', function (evt){jQuery('#_Shift_f2').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f3', function (evt){jQuery('#_Shift_f3').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f4', function (evt){jQuery('#_Shift_f4').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f5', function (evt){jQuery('#_Shift_f5').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f6', function (evt){jQuery('#_Shift_f6').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f7', function (evt){jQuery('#_Shift_f7').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f8', function (evt){jQuery('#_Shift_f8').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f9', function (evt){jQuery('#_Shift_f9').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f10', function (evt){jQuery('#_Shift_f10').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f11', function (evt){jQuery('#_Shift_f11').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Shift+f12', function (evt){jQuery('#_Shift_f12').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+esc', function (evt){jQuery('#_Alt_esc').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+tab', function (evt){jQuery('#_Alt_tab').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+space', function (evt){jQuery('#_Alt_space').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+return', function (evt){jQuery('#_Alt_return').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+backspace', function (evt){jQuery('#_Alt_backspace').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+scroll', function (evt){jQuery('#_Alt_scroll').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+capslock', function (evt){jQuery('#_Alt_capslock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+numlock', function (evt){jQuery('#_Alt_numlock').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+pause', function (evt){jQuery('#_Alt_pause').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+insert', function (evt){jQuery('#_Alt_insert').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+home', function (evt){jQuery('#_Alt_home').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+del', function (evt){jQuery('#_Alt_del').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+end', function (evt){jQuery('#_Alt_end').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+pageup', function (evt){jQuery('#_Alt_pageup').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+pagedown', function (evt){jQuery('#_Alt_pagedown').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+left', function (evt){jQuery('#_Alt_left').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+up', function (evt){jQuery('#_Alt_up').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+right', function (evt){jQuery('#_Alt_right').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+down', function (evt){jQuery('#_Alt_down').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f1', function (evt){jQuery('#_Alt_f1').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f2', function (evt){jQuery('#_Alt_f2').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f3', function (evt){jQuery('#_Alt_f3').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f4', function (evt){jQuery('#_Alt_f4').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f5', function (evt){jQuery('#_Alt_f5').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f6', function (evt){jQuery('#_Alt_f6').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f7', function (evt){jQuery('#_Alt_f7').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f8', function (evt){jQuery('#_Alt_f8').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f9', function (evt){jQuery('#_Alt_f9').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f10', function (evt){jQuery('#_Alt_f10').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f11', function (evt){jQuery('#_Alt_f11').addClass('dirty'); });&&&&&&&&&&&&&&& jQuery(document).bind('keydown', 'Alt+f12', function (evt){jQuery('#_Alt_f12').addClass('dirty'); });&&&&&&&&&&& }&&&&&&&&& jQuery(document).ready(domo);
转载请注明:破洛洛(谢谢合作)
上一篇文章: 下一篇文章:
网友评论:
[][][][][][][][][][]

我要回帖

更多关于 alt enter无法换行 的文章

 

随机推荐