Jquery Key Press Event On Textarea January 24, 2024 Post a Comment My html code for textarea is as below. CopyPS: don't listen event in document.Solution 2: Try this one$("#txtContent").on("keydown", function(e){ if(e.which == 13){ $('#lnkSaveWSR').focus().click(); returnfalse; } }); $('#lnkSaveWSR').on("click",function(e){ alert('a'); }); CopyDemo Baca JugaCan't Change Html Attribute With External ScriptAligning The User-icon And User-name To LeftMouse Pointer With Text "tooltip" Share You may like these postsHow Can I Read A Local File When The User Presses A Button Using The Html5 File Api ?How To Print My Radio Buttons And Input Type Text In My Textarea?Jquery Click Event Is Not Working With Angular.js Ng-repeatOn A Moving Element Don't Fire The Mouse Events Post a Comment for "Jquery Key Press Event On Textarea"
Post a Comment for "Jquery Key Press Event On Textarea"