User
Difference between revisions of "Sukkoria/common.js"
m |
m (test) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | $(' #top-bar-right '). | + | console.log("testing"); |
+ | console.log(document.getElementById("top-bar-right")); | ||
+ | $(' #top-bar-right ').append(' <li class = "accessibility-tools" id = "accessibility-tools" ></ li>'); | ||
$(' #accessibility-tools' ).css("height", "100px").css("width", "100px").css("background-color", "green"); | $(' #accessibility-tools' ).css("height", "100px").css("width", "100px").css("background-color", "green"); |
Latest revision as of 14:41, 15 December 2018
console.log("testing");
console.log(document.getElementById("top-bar-right"));
$(' #top-bar-right ').append(' <li class = "accessibility-tools" id = "accessibility-tools" ></ li>');
$(' #accessibility-tools' ).css("height", "100px").css("width", "100px").css("background-color", "green");