mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-07 23:44:58 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
$(document).ready(function() {
|
|
$("#btn_login").click(function() {
|
|
alert("clicked");
|
|
});
|
|
});
|