Creating the multiple namespace JS library with classes

When I started the creating new namespace JS library I got very useful artile to read. http://pietschsoft.com/post/2007/07/Creating-Namespaces-in-JavaScript-is-actually-rather-simple.aspx In this article they covered lot of things ( namespace protection objective ) Here I am using the namespace manager code: Using this … Continue reading

Some accordion JS scripts

I am suggesting following accordions: jQuery Accordion example: http://www.stemkoski.com/downloads/jquery-accordion-menu/example.htm http://www.i-marco.nl/weblog/jquery-accordion-menu/ http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html http://jqueryfordesigners.com/demo/simple-slide-demo.html this has single ‘jquery-1.js’ (79KB) un-compressed version with first visible accordion, onclick backgroud color change MooTools Accordion example: http://davidwalsh.name/dw-content/accordion.php this has single ‘moo1.js’ (133KB) un-compressed version with first … Continue reading