Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created April 4, 2020 12:02
Show Gist options
  • Save alex-boom/1e7452b562059f9a2a875d089be34bc4 to your computer and use it in GitHub Desktop.
Save alex-boom/1e7452b562059f9a2a875d089be34bc4 to your computer and use it in GitHub Desktop.
//Назначаем уникальный класс с помощью цикла
$(".webform-datepicker").each(function(e){
$(this).addClass("datepicker-" + e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment