Category Archives: Jquery
Jquery image slideshow
Hi guys you might say that “Oh no! not another image slideshow” yes I know. I have made this plugin for me to keep things simple and use what exactly what is needed. Imagine using 2kb plugin I think less …
Styling input type file
This simple script will help you design your <input type=file > in more attractive way. By overlapping a designed <input type=”button” > that will act as browse button and adding another <input type=”text” > that will show the value of …
Tricky jquery input type password
Have you tried using javascript(jquery) to add value=password in <input type=”password” > and show the word password instead of dots? I’ve tried it but no luck. So I checked one of the popular site and their login form.
Horizontal scroll using jquery scrollTo
You may already saw this in some other website scrolling horizontal and vertical smoothly with easing. I will show you how to do this using jquery scrollTo plugin. I’m not going show you the full details about this plugin. You …
Simple animation using jquery
Last week our Team Head asked me to edit some pictures for his friend’s employees. These pictures are for passport use so I removed the colored background and changed it into white. So, I’ve done all of it and I …