Posts

Showing posts from August, 2016

How to Create a Simple Image Slider in JavaScript.

How to Create a Simple Image Slider in JavaScript. Hi Friends, In this Article i am going to explain about creating a simple slider in JavaScript . So let us start step by Step tutorial on How to Create a simple image slider in JavaScript . Before starting this Example you should know the following topics. 1. What is JavaScript Arrays & How to Populate arrays in JavaScript . 2. What is meant by Set Interval and Clear Interval in JavaScript 3. How to change image source dynamically with JavaScript . If you are not clear about the above mentioned topics, I strongly suggest you to please go through the above mentioned topics first. If you know above topics, let is start the example. Step 1 : Create A simple HTML Template as Follows With a Image element with id "myImg" in it . <!DOCTYPE html> <html> <head>                 <title></title...