initial commit
This commit is contained in:
@@ -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;
|
||||
@@ -0,0 +1 @@
|
||||
t
|
||||
@@ -0,0 +1,2 @@
|
||||
a = getElementById('group__time')
|
||||
alert(a)
|
||||
Reference in New Issue
Block a user