iigunchev / jquery-cheat-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#html #css #js #dom #jQuery #master-in-software-engineering

JQuery Cheat Sheet

Version

In this pill you will have to create your own jQuery cheat sheet, in it you will review many of the actions you have already done previously with Vanilla JS to later apply them with jQuery.

In this way this project will serve as a reference to have an example of each concept.

Index

Requirements

  • You must use semantic HTML5 elements for all the contents of the application
  • You must use two JS files separately, one for the JQuery implementation and one for the native implementation
  • Both the code and the comments must be written in English
  • Use the camelCase code style to define variables and functions

Repository

First of all you must fork this project into your GitHub account.

To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.

Fork on GitHub

Technologies used

* HTML

* CSS

* JS

* jQuery

Project delivery

To deliver this project you must follow the steps indicated in the document:

Resources

About

License:MIT License


Languages

Language:HTML 100.0%