Posts Tagged ‘Javascript’

World’s smallest jQuery Slideshow

The main motto of JQuery is “write less, do more”, let’s follow their motto and create a most simple JQuery based Slideshow. I will try to make this tutorial as simple as I can so that new beginners can understand it easily. Let’s create a basic HTML to gather the contents for slide first. <div […]

Creating awesome jQuery menu for your website or blog

Interactive animations makes your website much user friendly and enjoyable. Previously flash used to be the only means of animated interactive contents. Now with release of AJAX and minimized javascript library, JQuery, we are able to create interactive pages without the need of flash. This time, I am here to present you the jQuery technique […]