Sunday 30 September 2018

html - Bootstrap select dropdown list placeholder

I think, the Dropdown box with a class and JQuery code to disable the first option for user to select, will work perfectly as Select Box placeholder.




Make the first option disabled by JQuery.




This will make the first option of Dropdown as Placeholder and user will no longer able to select the first option.


Hope It helps!!

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...