initial commit
This commit is contained in:
7
static/js/group.js
Normal file
7
static/js/group.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function SomeFunc() {
|
||||
console.log("started");
|
||||
var elem = document.getElementById("grpselector");
|
||||
var strUser = e.options[e.selectedIndex].text;
|
||||
console.log(strUser)
|
||||
}
|
||||
window.onload = SomeFunc;
|
||||
1
static/js/js
Normal file
1
static/js/js
Normal file
@@ -0,0 +1 @@
|
||||
t
|
||||
2
static/js/js.js
Normal file
2
static/js/js.js
Normal file
@@ -0,0 +1,2 @@
|
||||
a = getElementById('group__time')
|
||||
alert(a)
|
||||
Reference in New Issue
Block a user