Skip to content

Instantly share code, notes, and snippets.

@lotterfriends
Last active November 1, 2017 14:55
Show Gist options
  • Save lotterfriends/b8fa0ba966ced5027900a1a25c412921 to your computer and use it in GitHub Desktop.
Save lotterfriends/b8fa0ba966ced5027900a1a25c412921 to your computer and use it in GitHub Desktop.
portalfeatures
// export
x = []; $('.inputHost:checked').each(function(a,b) {x.push(b.value)}); console.log(x)
// import
x="Ausgabe von Export";x.forEach(function(a) { document.querySelector('.inputHost[value="'+a+'"]').checked = true })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment