Front End Engineering June 2015

Thursday July 23

Today we looked at jQuery: a way for us to smooth out some of the really common wrinkles and use cases for manipulating things in the DOM.

Outline

Resources

Extra Reading

Homework

Tonight you should be working on the jQuery Events assignments:

  • Create an accordian using jQuery on('click' and slideUp/slideDown.
  • Create a keyboard that fills in a text area using on('click' and jQuery.data

https://github.com/TIY-LR-FEE-2015-June/assignments/tree/master/4.4-jquery-events