JSFiddle

samu101108's public fiddles

  • Exercicio-02

    Exercicio-02

  • exercicio-01

    exercicio-01 CJRM

  • For of

    Iteração em um vetor

  • Carrosel

    Slider, carrosel

  • Add atribute with JS

    jQuery (edge), HTML, CSS, JavaScript

  • Challenge 17 - To do

    Use JavaScript to put a click handler on the links in the navigation. When one of those links is clicked, change the text in the paragraph below to say “You clicked” and the text from the link. So if link two were clicked, it would say “You clicked link two”.

  • Challenge 16

    Use jQuery to put a click handler on the links in the navigation. When one of those links is clicked, change the color of the text inside the link to red. The link to google should be unaffected.

  • Challenge 15

    Use JavaScript to put a click handler on the links in the navigation. When one of those links is clicked, change the color of the text inside the link to red. The link to google should be unaffected.

  • Challenge 14

    Use jQuery to put a click handler on the links in the navigation. When one of those links is clicked, an alert should come up that has the text of the link inside of it. For example, if you click link two, the alert box should say “link two”. The link to google should be unaffected. Hint: use the “this” keyword.

  • Challenge 13

    Use JavaScript to put a click handler on the links in the navigation. When one of those links is clicked, an alert should come up that has the text of the link inside of it. For example, if you click link two, the alert box should say “link two”. The link to google should be unaffected. Hint: use the “this” keyword.

  • Challenge 12

    Challenge 12 - jQueryUse jQuery to put a click handler on the links in the navigation. When one of those links is clicked, an alert should come up that says “clicked!”. The link to google should be unaffected.

  • Challenge 11

    Use JavaScript to put a click handler on the links in the navigation. When one of those links is clicked, an alert should come up that says “clicked!”.

  • Challenge 10

    Use jQuery to change the color of paragraph that contains “Llamas and Chickens!” to red.

  • Challenge 9

    Use JavaScript to change the color of paragraph that contains “Llamas and Chickens!” to red.

  • Challenge 8

    Use jQuery to change the color of every other paragraph inside the div to red.

  • Challenge 7

    Use JavaScript to change the color of every other paragraph inside the div to red.

  • Challenge 6

    Use jQuery to change the font size and color of the last paragraph in the div without affecting any of the other paragraphs.

  • Challenge 5

    Use JavaScript to change the font size and color of the last paragraph in the div without affecting any of the other paragraphs

  • Challenge 4

    Use jQuery to change the font size to 24 pixels and the color to red for the paragraphs inside the div, but not the one outside the div.

  • Challenge 3

    Use plain JavaScript to change the font size to 24 pixels and the color to red for the paragraphs inside the div, but not the one outside the div.