All Levels

Using jQuery to Count Child Elements

If you ever find yourself needing to know how many child elements an HTML element has, you're in luck, because there's a jQuery function for that. There are actually a few different ways you can go about doing this. The first is really simple and straightforward, and will count all the children elements of an […]
Read the rest of this entry »

Drag and Drop HTML Table Rows Using jQuery

HTML tables are the preferred UI option for displaying data. Sorting, paging and searching/filtering are must-have functionalities for any HTML table with extensive data. These functions make HTML tables more user-friendly and efficient for the end user. In some cases one may require drag and drop functionalities for HTML table rows. Unfortunately, implementing drag and […]
Read the rest of this entry »

How to Verify User Age with jQuery Code

If you've ever visited a site that's selling a product that has certain age restrictions (for example, a site selling or representing an alcohol brand might prompt you to verify that you're over 21 before you're allowed access to the site), you might have come into contact with an age verification form. It turns out, […]
Read the rest of this entry »

How to Use jQuery’s .queue() Method

jQuery's .queue() method is one that is actually an effect method. The .queue() method can be used to show the length of the queue for a particular selected element. The queue is the list of functions in line to be executed on a single selected element. So if you've got an element with five different […]
Read the rest of this entry »

How to Use jQuery’s .select() Method

jQuery's .select() method is not a super popular or commonly used jQuery event method, but it can be very useful. A select event occurs when text within a text area or text input field is selected (highlighted) by a user using the cursor. Basically, the only time you would use it is if you want […]
Read the rest of this entry »

jQuery Bubbling Text Effect

This tutorial will demonstrate how to use CSS, jQuery, and JavaScript to create a really simple and cool text effect where it appears as though there are bubbles forming behind the text. After forming, the bubble float above the text before they disappear. This tutorial was inspired by a code snippet that originally appeared on […]
Read the rest of this entry »

Responsive Menu
Add more content here...