choegyumin / chiquery

jQuery 비슷하게 만들기 스터디

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chiQuery

제이쿼리 만들기 프로젝트 치커리

Table of Contents

  1. Download
  2. Browser Support
  3. API
  4. Installation
  5. Conventions

Download

https://github.com/choegyumin-study/chiquery/tree/prod

Browser Support

  • Chrome: Current
  • Edge: Current
  • Firefox: Current
  • Internet Explorer: 8+
  • Opera: Current
  • Safari: Current

API

Core

Selector

  • chiQuery
    • Use .querySelectorAll()
    • jQuery().context is not defined in chiQuery.
    • chiQuery().history === jQuery().prevObject

Feature

Miscellaneous

Navigation

Attribute

DOM Control

  • after
  • append
  • before
  • clone
  • detach
  • empty
  • html
  • prepend
  • remove
  • replaceWith
  • text
  • unwrap
  • wrap
  • wrapAll

Event

  • off
  • on
  • ready
  • trigger

Style

  • css
  • height
  • innerHeight
  • innerWidth
  • outerHeight
  • outerWidth
  • offset
  • offsetParent
  • position
  • scrollLeft
  • scrollTop
  • width

Internal

Stack

  • changeStack

Installation

당신은 시작하기 전 다른 몇가지를 먼저 설치해야 합니다:

설치가 완료되었다면, npm을 이용하여 Node 모듈들을 설치합니다:

npm install -g gulp-cli
npm install --save-dev

Conventions

Branches

브랜치명은 슬래시(/)를 사용하지 않는다.

feature/160715-example (X)
feature-160715-example (O)

About

jQuery 비슷하게 만들기 스터디


Languages

Language:JavaScript 60.3%Language:HTML 39.4%Language:CSS 0.3%