How to Dynamically Open External Links in New Window

Any web developer will probably know that using the target="_blank" attribute will force any link to open in a new window, which is great for when you want to link to external content or sites but you don't want your user to stray too far from your pages. What's not so great about it, though, […]
Read the rest of this entry »

Top 8 jQuery Plugins for Ecommerce Sites

If your site is in the ecommerce sphere, then chances are that there are a lot of plugins that might be of interest to you. Not only would plugins be able to add functionality to your sites, but they'd do so easily and cheaply (and often for free!). if you're looking to add more functionality […]
Read the rest of this entry »

3 jQuery Snippets for Handling CSS Classes

CSS isn't really a very dynamic or flexible language, but with the help of jQuery, it's easy to make certain styles dynamic and changeable with just a few simple lines of code. What follows are 3 really useful and easy ways to manipulate CSS classes using jQuery. Check for Class In jQuery, there's a built […]
Read the rest of this entry »

20 Newest jQuery Chart Plugins

Charts are the ideal way to represent text data in a graphical form with regards to UI, and it also enables you to present complex data in a simple way. With many free and ready to use jQuery plugins available for creating charts with ease, it’s really not so hard! In this post you’ll find […]
Read the rest of this entry »

Different Methods of Error Handling in jQuery

Errors are part and parcel for code. That being said, they can certainly result in a very bad user experience, especially if errors are not handled properly. Every code becomes perfect or bug free after a couple rounds of testing and fixing errors. Client side errors are difficult to handle, as most of the time […]
Read the rest of this entry »

How to Use jQuery’s .not() Method

jQuery's .not() method is a method that allows you to return elements that do not match a particular criteria. Normally in jQuery, we use selectors to deliberately choose elements and apply jQuery code to them. Using the .not() method, however, we can choose every element except a specific element or type of elements to apply code to. […]
Read the rest of this entry »

Responsive Menu
Add more content here...