We can make an event with jquery when we take our mouse over any element. We need to get an class, id or any unique...
Read More ⟶
Creating smooth Scroll within a page by clicking an anchor link.
// document ready {
$(function() {
...
Read More ⟶
Jquery animate back to top will provide an easy way to the user to scroll or animate back to top.
HTML Markup for...
Read More ⟶
Bootstrap slider sliding images on mouseover
Twitter bootstrap is a great resources for a front end developers. It...
Read More ⟶
Parallax image scroll effect with simple jquery code
Its very easy with jquery to make a image scroll with parallax....
Read More ⟶
In this post you will learn how to add class active on page refresh jquery only. Sometimes in a dynamic page we have...
Read More ⟶
In this tutorial I am going to show you how to create a third level navigation with responsive that supports up to...
Read More ⟶
The technique behind showing a gif loader before page loads completely is very easy. Basically what it is doing ?
It is...
Read More ⟶
Jquery UI autocomplete with API request is one of the recent thing I have done. I am going to share what I have done....
Read More ⟶
Copy and paste the following code into the loop
<?php printf( get_the_category_list( __( ', ', 'twentytwelve' ) )...
Read More ⟶