Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Biliothek

var input = document.createElement("input");
input.type = "text";
input.className = "css-class-name"; // set the CSS class
container.appendChild(input); // put it into the DOM
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Biliothek
ADD COMMENT
Topic
Name
9+5 =