Archive for December, 2016

How to Use jQuery to Search and Replace HTML

Have you ever made a mistake in your code or in your text and dreaded combing through all of your HTML files to repair what went awry? With this jQuery search and replace code, you may never have to do that again. The code searches for a term or word in your HTML files and […]
Read the rest of this entry »

Format Your jQuery and JavaScript With This Useful Tool

If you've ever worked with improperly formatted code before, you know what a total pain it can be to edit, add to, and even understand. Formatting is really important when it comes to jQuery and JavaScript. If code isn't formatted properly, there's a good chance you're going to miss some closing brackets or forgot a […]
Read the rest of this entry »

Using jQuery to Check All Boxes

If you want to include a "check all" option in any of your projects, it's actually pretty easy to do using jQuery. The snippet below demonstrates how to include a check all button that will check all of the inputs that fall within one fieldset tag. To start, make sure your HTML looks something like […]
Read the rest of this entry »

How to Use jQuery’s .mouseover() Method

jQuery's .mouseover() method is used to execute some jQuery code whenever an element is "moused-over" (or, as the action is perhaps more commonly referred to, hovered upon). Really, the concept isn't much different from jQuery's .hover() method or CSS's :hover effect, and .mouseover() can be used more or less interchangeably with them. The syntax for .mouseover() […]
Read the rest of this entry »

Best jQuery Plugin for Falling Snow Effect

With winter's sudden arrival and the holidays fast approaching, you may find yourself in the market for a plugin that allows you to add a falling snow effect to any of your pages. Our falling snow plugin of choice is the Snowfall 1.6. Using this plugin, you can create a falling snow effect that covers […]
Read the rest of this entry »

5 Awesome Free jQuery Calendars for Your Next Project

There are so many free jQuery calendar projects out there that it can definitely be overwhelming when it comes to choosing one to include in your next project, which is why we've compiled this handy list of hand-picked FREE and lightweight jQuery calendar plugins. Each plugin on this list is easy to install, user-friendly, and […]
Read the rest of this entry »

Responsive Menu
Add more content here...