Final
Final
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Example 14: javascript.js
|
||||
|
||||
function O(i) { return typeof i == 'object' ? i : document.getElementById(i) }
|
||||
function S(i) { return O(i).style }
|
||||
function C(i) { return document.getElementsByClassName(i) }
|
||||
Reference in New Issue
Block a user