There are several new goodies in the most recent release of the CNET libraries. I’ve got examples and details in the wikitorial, but here’s a quick list:

  • JsonP - handles grabbing Json from a foreign domain; works a lot like Ajax
  • Element.smoothShow/smoothHide - a height/opacity transition for an element to add it to the page smoothly.
  • Element.setPosition - position an element relative to another (the window or another dom element)
  • ProductPicker - a generic “picker” to allow users (typically in a CMS) to choose an item from a data source.
  • stickyWinHTML - a default html block for in-page popups
  • SimpleSlideShow - a very, very simple slideshow for dom elements or images

Have fun.