A Pen by Juan Gallardo

Developer
Size
1,823 Kb
Views
44,528

How do I make an a pen by juan gallardo?

What is a a pen by juan gallardo? How do you make a a pen by juan gallardo? This script and codes were developed by Juan Gallardo on 18 August 2022, Thursday.

A Pen by Juan Gallardo Previews

A Pen by Juan Gallardo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Juan Gallardo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul id="output"></ul> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Juan Gallardo - Script Codes CSS Codes

ul#output {
}
li { list-style-type: none; margin-bottom: 10px;
}
img { max-width: 100px;
}

A Pen by Juan Gallardo - Script Codes JS Codes

$(document).ready(function () { $.getJSON("https://api.mixcloud.com/popular/", function (data) { console.log(data); $.each(data.data,function(i,key){ console.log(key); $('#output').append('<li>' + key["name"] + '<img src="'+key.pictures["320wx320h"]+'">' + key["listener_count"] + '</li>'); }) })
})
/*
$("#btn").click(function (){}
*/
A Pen by Juan Gallardo - Script Codes
A Pen by Juan Gallardo - Script Codes
Home Page Home
Developer Juan Gallardo
Username JGallardo
Uploaded August 18, 2022
Rating 3
Size 1,823 Kb
Views 44,528
Do you need developer help for A Pen by Juan Gallardo?

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!

Juan Gallardo (JGallardo) Script Codes
Create amazing video scripts 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!