8 jQuery Plugins for Audio Players

If you want to add an audio player to your website or project, building one out by yourself isn't exactly your best option. Doing so would be extremely time consuming and probably not worth the effort, considering all of the free plugins available that allow you to add audio players to your project in a […]
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 »

Add Keyboard Shortcut to Anchor Tag Using jQuery

Making a user friendly website can be quite a challenging task. There are many areas where user interactions can improve and become friendlier. One area that can almost always be improved is navigation, and one great way to do this is by adding keyboard shortcuts to anchor elements that allow the user to open hyperlinks […]
Read the rest of this entry »

12 Awesome jQuery Virtual Keyboard Plugins

A virtual keyboard is a component that allows a user to enter characters without a physical keyboard. It’s an alternative input mechanism for those who cannot use a physical keyboard, or for multi-lingual users who switch frequently between different character sets or alphabets. Virtual keyboards are commonly used as an on-screen input method on smart […]
Read the rest of this entry »

How to Use jQuery to Create a Sticky Navigation on Scroll

Creating "sticky" elements is something that can often be done simply by using CSS to change an element's position from relative or absolute to fixed. The process of creating a sticky element is usually pretty straightforward. If you want to create a sticky or fixed element that is more dynamic, however, you'll have to use […]
Read the rest of this entry »

7 Lightweight jQuery Plugins for Styling Login and Registration Forms

Adding a login and registration functionality to your website is a great thing to be able to do. Not only is it a cool feature, but it also opens up a lot more possibilities for your site in terms of functionalities, and it can also really help improve user experience. If you're trying to add […]
Read the rest of this entry »

Responsive Menu
Add more content here...