Skip to content

Smiles are free

coding is always fun

  • About

Category: jquery

javascript · jquery

jquery prevent ctrl, shift and alt keys

February 6, 2014February 6, 2014 manimaranvel1 Comment

$(‘:input’).keydown(function (e) { if (e.shiftKey || e.ctrlKey || e.altKey) { e.preventDefault(); } }); Advertisements

Search tags

cheat sheets CSS HTML Javascript jquery Magento mootools Mysql XHTML

Category

cheat sheets javascript jquery Magento Mysql php
Advertisements
Blog at WordPress.com.