Archive for March, 2017

15 Awesome jQuery Table Plugins

Tables are the most preferred way to display data because rows and columns are an easy and straightforward way to display information. Tables are also useful because they include features that make like selecting, sorting, paging and filtering your data very simple, a job that would otherwise drive you nuts! There are many free and […]
Read the rest of this entry »

jQuery: Multiple methods of converting table data to CSV data

The HTML table is the preferred DOM element for displaying data in tabular format because it provides a simple yet attractive look and feel that catches user attention. HTML tables are handy tools that respond easily to various events, such as row click. Sometimes, as part of a project the end user may want to […]
Read the rest of this entry »

How to Implement Automatic Scrolling with jQuery

Automatic scrolling is a feature that causes a web page to scroll down automatically at a predetermined and configurable rate. This is quite a useful feature for websites that contain long articles, posts or some other lengthy web content. This feature saves users from having to scroll the page using their mouse or keyboard. In […]
Read the rest of this entry »

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 »

Responsive Menu
Add more content here...