Skip to content

color2life/Front-end-Style-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Front-end-Style-Guide

JQuery

Specify a function to execute when the DOM is fully loaded

$(document).ready()
$().ready() (this is not recommended)

Use delegate not live

$(foo).live('click')
$(foo).delgate('element','click')

About

Front-end Style Guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published