#What is even Developer?#
#What skills differntiate me from the unwashed masses?#
- Enthusiastic
- Hunger for knowledge and learnings
- I can right unit tests alright
- I'm a team player
#What is even Developer?#
#What skills differntiate me from the unwashed masses?#
| // don't really need the wrapper | |
| var Site = function (el) { | |
| 'use strict'; | |
| // this.el = el; this | |
| /* Private Methods */ | |
| function initSearch() { | |
| el.find("#site-search-form").submit(function (e) { | |
| var searchInput = $(this).find("input[type='text']"); |