Jquery onmouseover and onmouseout event with animate

jQuery 0 Comment

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 a smooth scroll within a page

jQuery 0 Comment

Creating smooth Scroll within a page by clicking an anchor link. // document ready { $(function() { ...
Read More ⟶

Jquery animate back to top

jQuery 0 Comment

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

jQuery 0 Comment

Bootstrap slider sliding images on mouseover Twitter bootstrap is a great resources for a front end developers. It...
Read More ⟶

Parallax image scroll

jQuery 0 Comment

Parallax image scroll effect with simple jquery code Its very easy with jquery to make a image scroll with parallax....
Read More ⟶

Add class active on page refresh jquery

jQuery 7 Comment

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 ⟶

Third level navigation with responsive

jQuery 0 Comment

In this tutorial I am going to show you how to create a third level navigation with responsive that supports up to...
Read More ⟶

Gif loader before page loads completely

jQuery 0 Comment

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

jQuery 0 Comment

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 ⟶

Get the category and time seperately from default wordpress themes

Copy and paste the following code into the loop <?php printf( get_the_category_list( __( ', ', 'twentytwelve' ) )...
Read More ⟶