JSFiddle - React, Tailwind, and code Playground
by Recep Cinet
HTML
<input type="text" id="kullanici" value="ac">
<input type="button" onclick="he();">
JavaScript
function he() {
// a=$("#kullanici").val();
alert("deneme");
}
by Recep Cinet
<input type="text" id="kullanici" value="ac">
<input type="button" onclick="he();">
function he() {
// a=$("#kullanici").val();
alert("deneme");
}