jQuery and Microsoft - ScottGu's Blog
Microsoft has announced that they will ship jQuery with Visual Studio ongoing, and support it with Intellisense and include the standard MIT open source license.
Pretty cool!
jQuery is a small library that is one of the most popular on the Web for interacting with DOM elements, providing a "selector" feature - $("div.mytag"), and the ability to chain commands to the selected element.





Comments