- Notifications
You must be signed in to change notification settings - Fork1.6k
Closed
Description
So, a question in a title.
I have a problem,
I have some inputs in form with class 'date'
code works fine, but it works for first input (for the first got the top down with that class)
var cleave = new Cleave('.date', { date: true, datePattern: ['d', 'm', 'Y'], delimiter: '.'});how can I use this code for multiple inputs without dublicating code applying it by selector '#elemname'
need to apply it to all by class '.date'
Metadata
Metadata
Assignees
Labels
No labels