A split button has two components; one is the label and the other is an arrow. The purpose of the arrow is opening a dropdown with the Continue Reading
Whats – Whys – Hows
Just like zebras that have distinctive black and white stripe coats, you may create tables in your web pages where one row is distinctive to the other Continue Reading
Buttons are generally with hefty background colors that are used in web forms or for the navigation purpose etc. The outline button style removes all background images Continue Reading
You may add a cross icon in different Bootstrap 4 components like modals and alerts for allowing visitors dismissing the content or closing the component. The close Continue Reading
How to make display text elements editable? By using HTML 5 contentEditable attribute, you may make the display element’s text (paragraph, span, headings etc.) editable in web Continue Reading
The jQuery file upload plug-in In this tutorial, I am going to share a nice plug-in for uploading files that uses a jQuery. If you are using Continue Reading
Changing Bootstrap 3 modal size properties In order to increase or decrease the modal window height and width properties of Bootstrap, you need to get the modal Continue Reading
The Bootstrap container and container-fluid classes For developing a web project in the Bootstrap framework, you need to specify a containing element that houses the Bootstrap grid Continue Reading
The glyph icons in Bootstrap If you are using Bootstrap CSS in your web project then you may use glyphicons without referring any other CSS file. The Continue Reading
Adding tooltips in icons In the Bootstrap tooltip tutorial, I have shown you creating tooltips over buttons, links, input fields etc. I have also shown how to Continue Reading
The Bootstrap navbar classes The navigation bar in Bootstrap-based projects can be created by using navbar and its related classes quite easily. Bootstrap provides two styles that Continue Reading
Styling alternate HTML table rows differently You may use the CSS nth-child selector for styling alternate table rows differently. Not only you may style alternative rows but Continue Reading
Refreshing a webpage by jQuery or JavaScript A webpage can be refreshed by using different ways by using jQuery or JavaScript. For example, you may use location.reload Continue Reading
How to disable textarea resizing You may use the resize: none property to disable resizing of a textarea in a web browser. Generally, the textarea can be Continue Reading
Adding, removing and toggle class in HTML elements To add, remove or update the class(es) attached to HTML elements, you may use the jQuery and JavaScript. The Continue Reading