jQuery - Category - Page 4

jQuery Sliding Menu

Usually, a menu bar occupies some spaces on a web page. Using a sliding menu gives us more space to display the main content. In previous po ...

September 26th, 2016

jQuery AJAX Inline CRUD with PHP

Inline CRUD is for performing Create, Read, Update and Delete operations within a grid view. In a previous post, we have seen an example of ...

September 5th, 2016

Add Delete Image via jQuery AJAX

Images can be added or deleted using jQuery and PHP script via AJAX. In a previous tutorial, we have seen examples like PHP AJAX image uploa ...

August 4th, 2016

Formatting Date With jQuery Date Picker

Using the jQuery date picker, we can format a selected date using the dateFormat option. In a previous post, we have seen how to use jQuery ...

June 26th, 2016

Dependent Auto Suggest with jQuery

Auto-suggest feature for a form field will reduce the user’s effort while entering input data. In this post, we will see how to auto-s ...

June 14th, 2016

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

↑ Back to Top