4,851 reputation
921
bio website trevorlandau.net
location Connecticut
age 26
visits member for 2 years, 5 months
seen 5 hours ago
stats profile views 272

NYTimes software engineer


Dec
23
revised horizontal content
edited tags
Dec
23
comment How to properly parse JSON with CoffeeScript?
Is err an Error object?
Dec
23
comment Override default attributes of tag set by external javascript library
Please select this as the answer if this is the answer to your problem. Thanks.
Dec
23
comment The node express's bodyParser can't get the parameter in the GET request
Not really on topic, but how would you defer parameter foo from POST and parameter foo from GET? Please upvote/checkmark this as the answer. :)
Dec
23
comment The node express's bodyParser can't get the parameter in the GET request
See my edit for info on query.
Dec
23
revised The node express's bodyParser can't get the parameter in the GET request
added 173 characters in body
Dec
23
answered The node express's bodyParser can't get the parameter in the GET request
Dec
23
answered How to know when multiple asynchronous calls to complete then call another command?
Dec
23
revised How can I use localStorage to remember which classes were set on an element
edited title
Dec
23
answered How can I include more than one Javascript file?
Dec
23
comment How can I use localStorage to remember which classes were set on an element
Does this look closer to what you want? I didn't test it but it's the main idea.
Dec
23
revised How can I use localStorage to remember which classes were set on an element
added 458 characters in body
Dec
23
comment How can I use localStorage to remember which classes were set on an element
Okay, your question seems more like, "How does localStorage work.
Dec
23
comment How can I use localStorage to remember which classes were set on an element
Right, but it shows how to use localStorage. Is your problem more directed towards how your code remembers if a specific element had a class or not instead of how localStorage works or both?
Dec
23
revised How can I use localStorage to remember which classes were set on an element
added 98 characters in body
Dec
23
comment How can I use localStorage to remember which classes were set on an element
Have you looked through StackOverflow? stackoverflow.com/questions/12412217/modify-localstorage
Dec
23
answered How can I use localStorage to remember which classes were set on an element
Dec
23
comment Accessing Object Elements via For Loop
As noted in my other comment, "use strict" will alleviate simple "forgot var" declaration issues. :)
Dec
23
comment Accessing Object Elements via For Loop
"use strict" should help catch these bugs. With use strict defined, you'll get a nice error like ReferenceError: x is not defined
Dec
23
answered Override default attributes of tag set by external javascript library