JavaScript Text Effect Libraries

Looking for some JavaScript Text Effect Libraries for your arsenal and fed up experimenting with CSS for hours? Well you came to right place! We have listed some of the best JavaScript Text Effects Libraries that will allow you to style, animate, and edit your text without even messing with bunch of CSS code. So, […]
Read the rest of this entry »

Problem: javascript setTimeout executes function immediately

JavaScript has setTimeout() method which calls a function or evaluates an expression after a specified number of milliseconds. See below code, setTimeout(function(){alert("Hello")}, 3000); Above code will display an alert after 3 seconds. Let's take another example, setTimeout(Func1(), 2000); You must be thinking that "Func1()" will be executed after 2 seconds. No, You are wrong. The […]
Read the rest of this entry »

5 Voice Control JavaScript Libraries for Developers

In this article we have collected 5 awesome voice control and speech recognition libraries that will help you to easily add voice commands into your websites. So what are you waiting for lets check out these voice control libraries, and start adding voice commands to your websites. Enjoy !! 1. annyang.js annyang is a tiny […]
Read the rest of this entry »

How to remove all inline styles using jQuery?

Inline styles are not recommended and it also create problem while managing the site. Here is a one liner jQuery solution to remove all inline styles from the page. $("* [style]").removeAttr("style"); Feel free to contact me for any help related to jQuery, I will gladly help you.
Read the rest of this entry »

jQuery Mobile Slider Plugins with Touch Support

For this roundup we have compiled a list of some of the Best jQuery Mobile Slider Plugins with Touch Support, following mobile slider plugins are fully responsive and offer myriad of features to make responsive, beautiful and eye catching mobile sliders for your web applications. If you are aware of any other jquery mobile slider […]
Read the rest of this entry »

35 Excellent jQuery Lightbox Plugins

jQuery is a powerful tool that lets you easily optimize and beautify your websites without much efforts. jQuery takes on your websites and transform their dull web pages into eye catching and beautiful piece of work. For decorating websites we have jQuery Lightbox Plugins that help you to present website media ( images, pictures, videos, […]
Read the rest of this entry »

Responsive Menu
Add more content here...