I am revamping a website that (now) uses Prototype framework. In the process of revamping, I realized that the site was using about 7-8 JavaScript widgets from various sources. I am removing all JavaScript widgets and replacing them with Prototype based counterparts. Can you suggest tried and tested widgets for following functions:
- Popup Calendar (bound to a textbox)
- Calendar (embedded in a div, scrollable by month, I need to color the cells via code)
- Dropdown Menu (one level vertical drop down menu)
- Slide Show (embedded in a div, with prev/next buttons)
- Light Box (slide show but overlay style)
- Modal Box (ok cancel button)
- Scrolling Marquee (horizontal scroll marquee or ticker)
- Tool Tip
If there is one (tried and tested) library that does it all, I'll be happy to use it.
EDIT
I am open to using jQuery as an alternate.