jQuery - Page 5

Responsive Menu with jQuery and CSS

Responsive design for our web page makes the page flexible for various screen sizes. Previously, we have seen how to create a responsive web ...

June 2nd, 2016

jQuery Fade Out Message after Form Submit

In this, tutorial we will see about how to code a message that fades out using jQuery. After jQuery AJAX form submits, we have to respond th ...

April 17th, 2016

Change Theme using jQuery Split Button

In this post, we will see how to change the theme color using jQuery. We have an example with a split button having two parts. One is for th ...

April 4th, 2016

Switch CSS Class Using jQuery

In this post, we will switch the CSS class using jQuery. In a previous post, we saw how to switch CSS files based on the screen size to make ...

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

Prevent Form Double Submit using jQuery

In this tutorial, we will see how to avoid duplicate submit using jQuery. While submitting a form via an AJAX function, the page will not re ...

March 9th, 2016

Restrict Typing Invalid Data in Form Field using jQuery

By restricting users from typing invalid data we can minimize validation errors in an earlier stage. Let us see an example to do this using ...

March 9th, 2016

Enable Disable Submit Button Based on Validation

Now we are going to see about how to enable or disable form submit button based on the form validation result. In a previous example, we hav ...

March 9th, 2016

jQuery Ajax Column Sort

Sorting MySQL column via an AJAX call will prevent us from sending the column name and column order in URL. So, it makes page URL simple. In ...

March 9th, 2016

↑ Back to Top