jQuery and SharePoint: Take Two
In addition to the articles on jQuery and SharePoint that Waldek and I have worked on, Jan Tielens is also working on some fun stuff. If you have a little bit of developer’s blood in you, Jan’s article “Integrating SharePoint 2007 and jQuery[Part One]” takes you through implementing jQuery at the server level.
There’s a lot of material to be covered on jQuery, so keep an eye on us and Jan to see some pretty cool stuff.
Resources from this article:
Hey,
On a similar note I’ve just gone and launched an open source project based on an internal tool we’ve had for the past few years. Sure, we used to use prototype and not jQuery, and used to modify a .js file rather than use a WebControl… but feature wise we’re a step further down the road.
http://www.codeplex.com/ShUIE
Enables any JavaScript and CSS to be injected into any SharePoint page, according to context.
It’s fun to play with, and for a laugh I re-implemented jqDock in less than a couple of hours to show how easy it is.