Category JQuery

How To Handle Form Data With jQuery

How To Handle Form Data With jQuery

The article demonstrates how to handle and validate form data with jQuery. Included are code and examples for name, password, and email fields. Forms are the common feature of any webpage. Forms are essential in providing user service, user identification,…

Using jQuery To Manipulate Classes and IDs

How To Use jQuery To Manipulate Classes and IDs

This article demonstrates how to use jQuery to select and manipulate Classes and IDs. Included are jQuery methods, examples, and HTML snippets. Developing an interactive yet straightforward website front end is not an easy job, and it takes effort, creativity,…

How To Add and Remove an Active Class With jQuery

How To Add and Remove an Active Class With jQuery

This article demonstrates how to add or remove a CSS class using jQuery methods to manipulate a class on an HTML element when clicked. Manipulating Classes With jQuery Methods Sometimes it’s necessary to switch CSS classes when an action is…

How To Change Text Color on Hover With jQuery

How To Change Text Color on Hover With jQuery

This article demonstrates how to change the text color during hover with jQuery. Included are usable example code and a CDN link for jQuery. This article was first seen on and republished from csstutorial.io HTML The HTML provided below constructs…

How to use Tilt.js Javascript Library

How to use Tilt.js Javascript Library

Tilt.js is a lightweight parallax hover tilt effect addon for jQuery. It uses the requestAnimationFrame with over 60+ fps. No CSS is needed. This article was first seen on and republished from csstutorial.io Basic Usage This example provides a basic…

How to Create a jQuery Ajax Contact Form in PHP

jQuery Ajax Contact Form in PHP

This is a simple contact form made in PHP with JQuery Ajax. Using Ajax we can avoid using a submit where you don’t want to refresh the page. This article was first seen and republished from perfectwebtutorials.com Using jQuery Ajax…