Archive for March, 2017

7 Lightweight jQuery Plugins for File Uploads

Creating your own file uploading functionality on your website is more trouble than its worth in most scenarios.  With dozens of different free, lightweight, and customizable jQuery plugins available to add that functionality to your site, there's even less reason to try and do it for yourself. Take a look at the list below of […]
Read the rest of this entry »

How to Dynamically Resize an iFrame

We've already talked about how, as developers, iFrames can sometimes be our worst enemies. Because their content is often hosted on another server (as well as their stylesheets), they can be a huge pain to change around and manipulate. In our previous iFrame post, we gave you a snippet that can be used to access […]
Read the rest of this entry »

Convert Images to Black and White using jQuery

Converting an image to black and white is no longer a manual event. As client side technologies becoming more powerful, conversion processes can be automated and be done in real-time. Read on to learn different ways of converting images to black and white using CSS3, HTML5 with jQuery and various other jQuery plugins. There are […]
Read the rest of this entry »

How to Use jQuery to Set Textarea Max Length

If you have a textarea field on any of your sites, it might be a good idea f0r you to limit the amount of characters that your users can input into it. Doing this can help prevent against spam, and it can also save you from having to read excessively long messages. If you don't […]
Read the rest of this entry »

8 Free jQuery Responsive Menu Plugins

Coding your own custom responsive menu can definitely be more trouble than it's worth. If you're looking for an easy way to implement responsive menus on your site, using a jQuery plugin to do so is probably the way to go. What follows is a list of some of the best free jQuery responsive menu […]
Read the rest of this entry »

3 Useful jQuery Snippets for Handling Table Data

Do you want the ability to be able to dynamically edit and manage your tables? With jQuery, it's pretty easy to get data and change table elements dynamically using only a few lines of code. The snippets below will show you how to add a new row to your table, how to retrieve all values […]
Read the rest of this entry »

Responsive Menu
Add more content here...