8
votes
Graphing JavaScript Library
Here is my personal shortlist with comments:
Flot: +beautiful presets +very easy to use (the hardest was converting ISO datetimes to Javascript dates, which isn't hard at all) +uses j …
0
votes
international characters in Javascript
This works as expected for me:
alert("æøå");
... creates an alert containing the string "æøå" whereas …
2
votes
Make a <div> fade away nicely after a given amount of time
These days, I would always use a library for that -- the progress they've made has been phenomenal, and the cross-browser functionality alone is worth it. So this answer is a non-answer. I'd just l …
