Inside Out Outside In

Matt Kruse's JavaScript Toolbox

Matt Kruse just launched his new Javascript Toolbox site.  Matt has released a number of Javascript libraries with a fairly open license.   He's still moving over content from his old site, reformatting the libraries and general all around visual improvement.  The new site is clean and well organized with a limited "fluff" factor.    All the libraries are un-obfuscated, and available both in standard, compressed, as well as combined js files for those libraries that have dependencies. 

I'm particularly fond of his Calendar Popup, which I consider to be one of the best available.  The rendering is completely css/dhtml based.  The code is easy to understand and implements with just a few lines of code. 

Here are a couple examples of the popup in action. cf_calendarPopUp was used as the wrapper to generate the necessary html and Javascript. 

Notes:
First: If you download the custom tag, you'll need to tweak the default attribute parameters to match your system.  You will also need to download the combined Calendar PopUp library off of Matt's site.

Second: I modified the popup libary to display a "clear " url, which will not be in the version you download off of Matt's site.

<cfform>
<cf_calendarPopup name="test"  />
</cfform>

<cfform>
<cf_calendarPopup name="test" type="div" />
</cfform>



Comments (Comment Moderation is enabled. Your comment will not appear until approved.)