jQuery Tutorials

jQuery UI Color Picker without Bootstrap

There are many popular color picker plugins available in the market. Previously, we have seen an example to implement jQuery colorpicker wit ...

May 23rd, 2018

How to Code Tic Tac Toe Game in jQuery

In this article, we are going to learn to code the Tic Tac Toe game using jQuery. I will present you a code and it will show a single player ...

January 4th, 2018

jQuery Custom Dropdown with Checkbox

In this tutorial, I will present about creating a custom dropdown box which has list of options with checkboxes. In this custom UI field, mu ...

September 23rd, 2017

Responsive Datatables with Automatic Column Hiding

Responsive Datatables allows automatic column hiding based on the size of the viewport. The responsiveness can be added by specifying class= ...

June 27th, 2017

Highcharts – Compare Data using Column Chart

Highcharts provides various type of beautiful chart components. It is useful to present data in an interactive graphical representation. The ...

February 1st, 2017

Change Theme using jQuery Split Button

In this post, we are going to see how to change theme color using jQuery. We have an example with a split button having two parts. One is fo ...

April 4th, 2016

Switch CSS Class Using jQuery

In this post, we are going to switch the CSS class using jQuery. In a previous post, we have seen how to switch CSS file based on the screen ...

March 24th, 2016

Switch CSS Based on Window Size using jQuery

Here we are going to see an example to switch CSS file dynamically based on the window size. In this example code, we are having two CSS fil ...

March 17th, 2016

Equal Height Columns with jQuery

In a multi-column template, the columns height is based on the content length. If the content lengths are varied then the columns will not b ...

March 16th, 2016

jQuery News Ticker

jQuery News Ticker is used to marquee a list of text one by one. If you want a JavaScript News Ticker the linked article has the code. It is ...

March 7th, 2016

↑ Back to Top