Skip to content

Latest commit

 

History

History

0x15-javascript-web_jquery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

0x15-javascript-web_jquery

Technologies

  • Files written in vi, vim, and emacs editors.
  • Files wriiten according to the
  • Files tested on Ubuntu 20.04 LTS.
  • JavaScript files
  • js codes are semistandard compliant.
  • html files.

Files

File Question
0-script.js Write a JavaScript script that updates the text color of the element in 0-main.html to red (#FF0000).
1-script.js With JQuery - rite a JavaScript script that updates the text color of the element in 1-main.html to red (#FF0000)
2-script.js Write a JavaScript script that updates the text color of the element in 2-main.html to red (#FF0000) when the user clicks on the tag DIV#red_header.
3-script.js Write a JavaScript script that adds the class red to the element when the user clicks on the tag DIV#red_header - use 3-main.html.
4-script.js Write a JavaScript script that toggles the class of the element when the user clicks on the tag DIV#toggle_header- use 4-main.html.
5-script.js Write a JavaScript script that adds a <li> element to a list when the user clicks on the tag DIV#add_item- use 5-main.html.
6-script.js
7-script.js Write a JavaScript script that fetches the character name from this URL: https://swapi-api.alx-tools.com/api/people/5/?format=json -use 7-main.html.
8-script.js Write a JavaScript script that fetches and lists the title for all movies by using this URL: https://swapi-api.alx-tools.com/api/films/?format=json -use 8-main.html.
9-script.js Write a JavaScript script that fetches from https://fourtonfish.com/hellosalut/?lang=fr and displays the value of hello from that fetch in the HTML tag DIV#hello - 9-main.html.
100-script.js Write a JavaScript script that updates the text color of the element to red (#FF0000)- use 100-main.html.
101-script.js Write a JavaScript script that adds, removes and clears LI elements from a list when the user clicks - use 101-main.html.
102-script.js Write a JavaScript script that fetches and prints how to say “Hello” depending on the language -use 102-main.html.
103-script.js Write a JavaScript script that fetches and prints how to say “Hello” depending on the language- use 103-main.html.