Skip to content

Instantly share code, notes, and snippets.

@EfremovMS
Last active October 19, 2017 16:47
Show Gist options
  • Save EfremovMS/ba0daba4ce38008176fab7884807fecf to your computer and use it in GitHub Desktop.
Save EfremovMS/ba0daba4ce38008176fab7884807fecf to your computer and use it in GitHub Desktop.
JS input styling
$(function () {
// стилизация элементов форм
// - [all]
$('\
select, \
textarea, \
input[type="checkbox"], \
input[type="radio"], \
input[type="number"], \
input[type="file"]\
').styler();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment