Using jQuery to Get Page Load Time

If you ever find yourself needing to know how long it takes for one of your pages to load, we've got the snippet for you. There are many reasons you might want to understand how long a page load takes -- doing this might especially appeal to developers who have got their pages loaded with […]
Read the rest of this entry »

How to Use jQuery to Create Blinking Text

Blinking text is one of those cool features that you never actively think to add to your projects, but it's still really fun to play around and experiment with as a text effect. While it might not be super versatile in terms of which of your web pages you might want to or be able […]
Read the rest of this entry »

7 Cool jQuery Plugins for Transitions

Including smoothed, polished transitions is a fabulous way to make your projects look sleek and professional. Animated transitions are the perfect finishing touch to add to a website, but writing the code for these transitions from scratch (whether you're using CSS or jQuery to execute them), can sometimes be much more of a pain than […]
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 »

10 Awesome jQuery Parallax Plugins

The parallax scrolling effect allows you to move the background content (i.e. an image) at a different speed than the foreground content while scrolling. It is very trendy these days to use parallax effect. In this post, we’ve compiled a list of 10 awesome jQuery parallax plugins, allowing you to easily implement parallax effects on […]
Read the rest of this entry »

Add Pagination to HTML Table Using jQuery

Paging helps present data in a clean and elegant way and it can also improve the page load time. It helps by dividing extensive data into separate pages so that it can easily fit in the UI. In this post, we'll learn how to add pagination to your HTML table element with the help of […]
Read the rest of this entry »

Responsive Menu
Add more content here...