Does anyone know of a JavaScript library for rendering form elements? For example for a select element, I’d like to be able supply classes, an id and an array of items for rendering into an html select element.
Does anyone know of a JavaScript library for rendering form elements? For example for
Share
I’m not sure if you want a library that really draws things itself, but reading between the lines I think you just want to build HTML elements yourself. In that case, you could use jQuery. It can be as easy as: