All Levels

Create a Simple Back to Top Button with jQuery

We've all seen those handy little "back to top" buttons, the one that usually appear at the bottom of a page once a user starts scrolling that, when clicked, will smoothly return the page back to the top position. Insert the following snippet into your projects to add a back to top button to your […]
Read the rest of this entry »

15 jQuery Rating Plugins

In this post, find a compiled list of 15 jQuery based rating plugins to create rating system on your website. These plugins can use icon fonts, images, text or your own logo to create ratings. These plugins display ratings in the form of stars, smileys, bars, like/dislike button and thumb's up/down. These plugins can be […]
Read the rest of this entry »

Quick Tip: Use jQuery to Clone Objects

There's a really handy .clone() method in jQuery that allows you to copy an HTML element dynamically using a script. This method comes in handy when you want to clone an element after a certain trigger event, like .click() or .hover(). Using the .clone() method is pretty straightforward. Here's what you would need to do […]
Read the rest of this entry »

Convert Text Cases Using jQuery

In this post, find jQuery code to convert the input type text to UPPER CASE, lower case, Title case and Pascal Case. The case conversion is done once the focus is out from the input text box. However, you can use keypress event also to show the conversion in real time. Here is the code […]
Read the rest of this entry »

How to Disable Right Click Using jQuery

There are many reasons a developer may want to disable right-click on their websites. While it's not always considered a best practice, it's definitely doable and can actually be achieved quite easily. With jQuery it's really simple to disable right-click on your site. All you need to do is add this snippet to your scripts: […]
Read the rest of this entry »

10 Free jQuery Timeline Plugins

Here is another free jQuery plugin collection to create a timeline or display events in chronological order. Using these plugins you can create responsive, interactive and animated timelines. These plugins can be used to show events year by year, create portfolios or to develop any entity in an interactive way. 1. Timelify Timelify is a […]
Read the rest of this entry »

Responsive Menu
Add more content here...