Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Bootstrap Slider – Good jquery slider plugin

Bootstrap Slider – Good jquery slider plugin

Bootstrap Slider – Good jquery slider plugin The bootstrap slider is a good option to add slider elements to your website. JQuery is optional and the plugin can operate with or without jQuery. I have used it in a couple of my freelance projects. Github:...
CSS Variables

CSS Variables

CSS Variables make code easier to read and change values throughout the project. CSS variables have access to the DOM, which you can change with JavaScript and on media queries. DEMO: Open demo in a full window –...
Make select tag width equal to the selected option

Make select tag width equal to the selected option

The following script resizes the width of HTML’s tag dynamically according to the width of the selected option. This may be used in places where you want to customize the select tag and make it look like a dropdown select. Demo Open demo in a full window –...