hqcasanova / DOM-and-jQuery-basics

Exercises on the fundamentals of the DOM api and jQuery. Also a pure JS implementation of Tic Tac Toe.

Home Page:http://hqcasanova.github.io/DOM-and-jQuery-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The DOM through JavaScript and jQuery

Part of Bitmaker Labs' Web Development immersive.

The DOM represents our HTML elements as objects that we can select and manipulate with JavaScript.This allows us to add, remove, and modify our HTML pages with JavaScript. Here are some exercises that put forth working with the DOM through JavaScript and jQuery.

About

Exercises on the fundamentals of the DOM api and jQuery. Also a pure JS implementation of Tic Tac Toe.

http://hqcasanova.github.io/DOM-and-jQuery-basics


Languages

Language:JavaScript 97.7%Language:CSS 2.3%