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 »

Dynamically Add a Class to Your HTML with jQuery

jQuery makes it super easy to dynamically add a class (0r several classes) to any HTML element(s) using only one line of code and the .addClass() method. This trick can be really useful if you want to change the styling of a particular element depending on certain conditions, which you can define using jQuery code. […]
Read the rest of this entry »

12 jQuery Image Cropping Plugins

In this post, find a compiled list of 12 jQuery image crop or resize plugins. These plugins comes with easy to use interfaces to crop images, and they also support responsive cropping, image uploading and drag and drop of selected area for cropping, live preview and touch gestures. 1. Cropper Cropper is a jQuery plugin […]
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 »

13 jQuery Push Menu Plugins

Push menu is a design concept where a menu (initially hidden) appears either from left to right or from right to left. And in that process it pushes the main content. It works great for mobile devices but it also works quite well on desktops, as it gives enough space for your main content. So […]
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...