fastselect
fastselect copied to clipboard
How to locally change placeholder?
I have two fastselect on my page and I want to set different placeholders, Is there any way to change it locally?
I mean something different from changing placeholder using jquery:
$('#specialId .fstQueryInputExpanded').attr('placeholder','sss');
i have a similar problem. no answer here
$('element_id').fastselect({
placeholder: 'your custom placeholder here..'
});