JavaScript

How to change opacity with jQuery fadeTo

JavaScript

I already showed you How to change opacity with jQuery. In my previous post I used the attribute opacity. Today we will do the same with the jQuery function fadeTo.

 

Smooth Scroll Effect to anchor – jQuery

JavaScript

Add a smooth scroll effect to an anchor with this simple jQuery snippet.

 

How to scroll smoothly with jQuery

JavaScript

Use a jQuery function animate to create smooth scroll in our anchor links. Customize the speed of the effect.

 

checkbox is not checked – jQuery

JavaScript

How do you know when a form checkbox is not checked?

 

How to setInterval effect with JavaScript

JavaScript

Use the JavaScript setInverval function to create a cool effect. I’m going to use jQuery to create the animation using fadeIn and fadeOut functions.

 

How to get Random HEX Color with JavaScript

JavaScript

Use JavaScript to generate a random HEX Color Code. You could also use jQuery to apply the random color to your element.