Skip to content

Instantly share code, notes, and snippets.

View Richardtex22's full-sized avatar
🏠
Working from home

Ricardo Aguilar Richardtex22

🏠
Working from home
View GitHub Profile
@Richardtex22
Richardtex22 / books.json
Last active February 17, 2025 06:38
A books array to mock data.
[
{
"id": "001",
"author": "Chinua Achebe",
"country": "Nigeria",
"imageLink": "https://unsplash.com/photos/9DaOYUYnOls",
"language": "English",
"link": "https://en.wikipedia.org/wiki/Things_Fall_Apart\n",
"pages": 209,
"title": "Things Fall Apart",
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<title>Ejercicio 4</title>
<script>
$(function() {
$("#clicker").click(function(){
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script>
$(document).ready(function(){
$("#b1").click(function(){
$("#secret").fadeIn("slow");