Amazon Style Search Box using jQuery & CSS

Amazon Style Search Box with jQuery

Today I am going to tell you how to create Amazon Style Search Box with filter options using jQuery & CSS code. This tutorial will help you to implement search box with dropdown option in your ecommerce projects like amazon.com In my previous post. I had explained how to create … Read more

How to reduce web page loading time with jQuery

Page Loading Time – Why It Matters and How To Fix It

Nowadays, everybody is obsessed with speed. Internet Connections, computers, 3G, browsers… Phrases like: “I sent you an email a minute ago. What do you mean you haven’t received it yet?” or “Our international Skype free video conference has a 1 second lag between the image and the sound. Sooo annoying!”are part of today’s world. … Read more

Animated Tabs with jQuery & CSS3

Animated Tabs using jQuery & CSS3

Tabs – used to toggle between several item contents in a minimal space.  In this tutorial I am going to tell you how to create Animated Responsive Tabs using jQuery & CSS3 effects. jQuery Code HTML Code Please don’t forget to share and subscribe to latest updates of the blog.  Comments … Read more

Getting Facebook Fan Page Details using jQuery

Facebook Fan Page Details using jQuery

In my previous post I had explained about how to fetch facebook cover page using jQuery.  Now I am going to explain how to get facebook fan page details using jQuery Ajax Method called  – jQuery.getJSON() jQuery Code will get you Fan Page Name Fan Page Cover Page People Talking about … Read more

Getting Facebook Cover Page Image using jQuery

Getting Facebook Cover-Page using jQuery

Today I am going to tell how to get facebook cover page image using jQuery code. By using FB username, You will get user’s cover page image easily with jQuery Ajax jQuery.getJSON() This method will Load JSON-encoded data from the server using a GET HTTP request. jQuery Code to fetch Facebook … Read more

Creating Digital Clock using jQuery & CSS3

Digital Clock using jQuery & CSS3

I found this article at http://tutorialzine.com , So I would like to share this tutorial to my readers.. The clock doesn’t need a lot of HTML. This is because a large part of it, like the names of the weekdays and the code for the digits, is generated dynamically. Here is the … Read more

Simple Image Gallery with jQuery

Image Gallery with jQuery

This Tutorial is focused on creating simple image gallery with 3 lines of jQuery & little css code to create fade effects. jQuery Code Explanation The above is used to Setting class “current” to the thumbnail that was clicked. The above line is used to get the “src” attribute of the … Read more