|
|
|
|
|
by sc
6579 days ago
|
|
Thanks for this. I've been looking for something less bloated than jQuery and Prototype. I like native code, but don't always have time to handle every browser incompatibility. > anything but Mozilla, I think WebKit also handles things well: [].map function map() {
[native code]
} [].forEach function forEach() {
[native code]
} |
|