UNPKG

surveybuilder

Version:

Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.

8 lines (7 loc) 148 B
function Test(sel){ this.sel = sel let head = document.querySelectorAll(sel); for(i=0;i<head.length;i++){ head[i].className = "Heading"; } }