Ideas for a Javascript library release feed?
Anyone know of a website that lists releases for the major JS libraries?
I'm looking for something that will alert 开发者_如何学编程me of a new release and supply a link to download it.
I've just launched a site for this, though there's still some IE issues to be ironed out.
http://libtracker.com/
Fill out the "Suggest a Library" form and I'll get onto adding anything you need. Email notifications will be added soon.
You could use Google's API, no worries about new versions anymore.
If you want to include the latest stable version of jQuery:
google.load("jquery", "1");
is enough.
精彩评论