Skip to content

Commit

Permalink
jQuery tıklandı mı revize
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianH22 committed Sep 24, 2023
1 parent 7af2b57 commit 8e514b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,11 @@ let userJqueryKey =() => {
//
userButton.preventDefault();

// ENTER a basıldı
if(userButton.keyCode==13){
// ENTER a basıldı
// if(userButton.ctrlKey){} //ctrl basılarak mı tıklanmış


if(userButton.keyCode==13){ // her karakterin sayısı var ! enter için 13
// alert("ENTER a bastınız.")
console.log("ENTER a bastınız.");
}
Expand Down

0 comments on commit 8e514b1

Please sign in to comment.