Clientside js updated: SVN 108

Tuesday, July 17th, 2007 @ 12:47 pm | filed under: CNET JS Standards

Hi gang,

Been out of town for a week and now that I’m back it’s time to smash a few bugs:

  • Fx.SmoothShow – refactored the exploration of the element dimensions when hidden so that it isn’t visible to the user (you won’t see items “flicker” before the show transition anymore)
  • element.position – refactored to allow for more than just the previous 5 positions, now supports nine: all corners, all mid-points between those corners, and the center (examples)
  • string.cnet.js – fixed up the query string logic to url-decode values
  • element.legacy.js – added Element.setText for users who aren’t up to Mootools 1.0
  • date.picker.js, product.picker.js, stickyWin.default.layout.js, stickyWin.js – now all use Element.setText for css injection (fixes IE6 probs)
  • dramatic refactor of tabswapper; now tabs can be added, removed, moved. Additionally, you can now pass in for tabs, sections, and clickers a dom collection or a selector.

2 Responses to “Clientside js updated: SVN 108”

  1. Werbeagentur Says:

    Thanks for the examples. very interesting.

  2. Werbeagentur Says:

    The sting.cnet.js is doing now well – thanks!