brookr on master
(markup) wrap code spans w/ bac… Merge pull request #16 from fra… (compare)
brookr on master
(markup) wrap code spans w/ bac… Merge pull request #16 from fra… (compare)
brookr on master
(markup) improve superagent mar… Merge pull request #17 from fra… (compare)
brookr on master
(markup) improve superagent mar… Merge pull request #17 from fra… (compare)
elements[i].onclick = function() { makeHandler(i+1)};
element
is undefined or referencing the wrong thing within that function? i think you can also access the element through the jquery event object - something like e.target
should work (so replace element.nodeName
with e.target.nodeName
)
Hey everyone! Hope all is well in Node-land. I just finished up a little project this weekend that I wanted to share. It's a cocktail manager app for keeping track of my growing list of tasty adult beverages. Not currently using any MVC frameworks, just jQuery, but after cleaning everything up, my plan is to try them all out in different branches.
https://github.com/joshcanhelp/cocktail-manager
Feedback, questions, pull requests, issues, and stars are all welcome!
I also parsed out all of our homework and reading links from the class into a MD file in case anyone needs a reference. I added a few supplementary ones that I found helpful as well: