Archive for September, 2012

Fading Image effect using jQuery

In today's post, You will see a very interesting and attractive fading effect on images. I am talking about is to fade all the other images, except the image which have the focus. To see the effect, take mouse on the follow us images (Facebook, twitter etc..) on my blog and check out the fading […]
Read the rest of this entry »

How to remove/delete selected item from a dropdown using jQuery

In this post, find jQuery code to remove or delete selected item from a dropdown list using jQuery. $(document).ready(function() { $('#btnDelete').click(function() { $('#ddlList option:selected').remove(); }); });? See result below See Complete Code Feel free to contact me for any help related to jQuery, I will gladly help you.
Read the rest of this entry »

Get IP address information using jQuery

In this post, you will learn how can you get all the details of an IP Address using jQuery. IP address is nothing but address of any computer located some where in the world. The jQuery code will return Country name, country code, city name, latitude and longitude details about the IP Address. jqIpLocation is […]
Read the rest of this entry »

5 Free jQuery & HTML5 Video Background Plugins

Here is a complied list of 5 Free jQuery & HTML5 Video Background Plugins that can be used to set videos as beautiful full-screen backgrounds. 1. BIGVideo.js 2. JQUERY.MB.YTPLAYER 3. jQuery HTML5 video background 4. jQuery tubular 5. JQUERY.VIDEOBG Feel free to contact me for any help related to jQuery, I will gladly help you.
Read the rest of this entry »

How to blur page element using jQuery

Foggy is a jQuery plugin for blurring page elements. Foggy by default uses the "-webkit-filter: blur" CSS attribute. If the browser doesn't support it, Foggy falls back to a manual blur. It makes several copies of the selected HTML element. It adds transparency to all copies and moves each of them by small amount, thus […]
Read the rest of this entry »

How to change jQuery UI Button Tooltip

jQuery UI Button shows the text of the button as tooltip. That is default behavior of jQuery UI Button. Sometimes you need to override this default behavior and you want to set the tooltip to some different text. Well, that's possible. jQuery UI Button has option called "label". When this is not specified then it […]
Read the rest of this entry »

Responsive Menu
Add more content here...