JS Basics Random Images

Size
1,701 Kb
Views
24,288

How do I make an js basics random images?

What is a js basics random images? How do you make a js basics random images? This script and codes were developed by Anthony Raffini on 12 September 2022, Monday.

JS Basics Random Images Previews

JS Basics Random Images - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>JS Basics Random Images</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>
<body> <img src="" alt="" /> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

JS Basics Random Images - Script Codes JS Codes

// Store image URL's
var img0 = 'http://static.stereogum.com/uploads/2012/10/radiohead-the-king-of-limbs.jpeg';
var img1 = 'http://cdn3.pitchfork.com/news/44261/ed1e25ff.jpg';
var img3 = 'http://static.stereogum.com/uploads/2012/10/radiohead-hail.jpeg';
// Get random number
var ranNum = Math.floor(Math.random()*4);
// Concatenate variable name & number
// Put images on page
$('img').attr('src', eval('img' + ranNum));
JS Basics Random Images - Script Codes
JS Basics Random Images - Script Codes
Home Page Home
Developer Anthony Raffini
Username rottingroom
Uploaded September 12, 2022
Rating 3
Size 1,701 Kb
Views 24,288
Do you need developer help for JS Basics Random Images?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anthony Raffini (rottingroom) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!