Khor Shuqi

Force Toggling a CSS Class

One of the things I found pretty useful when dealing with Bootstrap theme is the ability to force toggle a CSS class with Javascript. Let’s say, you have a select menu with ‘Other’ option, and you would like to display a text input when ‘Other’ is selected: Instead of using if-else statement to show or…

Read more