Fix png issue for jQuery fadeIn()/fadeOut() effect IE7

When we use jQuery fadeIn() or faeOut() function with transparent png image, in IE7 we get a weird borer around it. There are many solutions for it, but we cant say that all of those are okay to everyone. This one works for me and some other guys. Call the following function in document load.… Continue reading Fix png issue for jQuery fadeIn()/fadeOut() effect IE7

A very simple popup plugin

This is a very simple popup plugin with jQuery. As I am a newbie, so this is for newbies. Hope it can reduce their pressure. Special thanks goes to: Anjan Bhowmik Da Adrián Mato Gondelle HTML Code: [html] Show 1st popup | Show 2nd popup 1st Popup Lorem ipsum dolor sit amet, consectetur adipiscing elit.… Continue reading A very simple popup plugin

Published
Categorized as jQuery, press