mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-01 22:02:17 +00:00
Added result tracking
This commit is contained in:
parent
0c6a5f3833
commit
b8794f6dc5
8 changed files with 167 additions and 47 deletions
15
js/main.js
15
js/main.js
|
@ -1,4 +1,11 @@
|
|||
function showLoginBox()
|
||||
{
|
||||
alert("login");
|
||||
}
|
||||
$(document).ready(function(){
|
||||
$('#cover').on("click", function(){
|
||||
$(this).hide();
|
||||
$("#login").hide();
|
||||
});
|
||||
|
||||
$("#loginTrigger").on("click", function(){
|
||||
$("#cover").show();
|
||||
$("#login").show();
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue