Examples

AJAX Requests using $load()
How to request resources hosted by the web server using "GET" and "POST" methods with the $load() function

Calendar
Calendar with multiple date format support.

Calendar - Date Range Use
Two calendars using the datemin and datemax attributes to define a selectable date range.

Dates and Time
How to use Spiderscript's Date and Time functionality.

Dates and Time - Difference
Calculate the difference between two dates and/or times.

Drag & Drop
Play around with the moveable blocks and place them into the appropriate drop zone. This example demonstrates both the SS.control.moveable and SS.control.dropzone controls.

Image Toggle
Basic example detailing how to use the Image Toggle control.

Image Toggle - Traffic Light
Use of the Image Toggle in building a traffic light animation.

Menu
Easy to create hover or onclick menus

Popup Calendar
The popup calendar is a control derived from both the SS.control.popup and SS.control.calendar controls.

Rich Text Box
Straight forward HTML based Rich Text Box control that is as easy to use as a textbox.

Search Box
Adds type sensitive terms that appear under the textbox as the user types.

Slider
Demo of a slider used for selecting a single value between an lower and upper limit.

Tab Bar
Very simply tab bar using default styling

Text Area - MaxLength Attribute
Example of how to limit the maximum number of characters that can be entered into a textarea HTML element.

Validation
Simple form with validation added onto all the field. Trying to fill out the form forces user to enter necessary data and in the correct format.

Window
Example of a standard window which can be moved around the screen.

XML / XSLT Transformations using $xload
Examples of how to transform an XML document with an XSLT template using the $xload JavaScript function.