hi
I use cleave.js for Thousand separator
Now I want to use it for multiple textbox so I wrote below codes but it didn't work for multiple textboxes.
new Cleave($('#Txtvadie2,#Txtvadie1,#Txtejare2,#Txtejare1,#TxtPrice2), {
blocks: [3, 3, 3, 3],
delimiter: ','
});
Best regards
Neda