Core Functions
A set of core functions used all the time
- 1a: Attach Events using
ssAddEventandssAddLoadEvent. - 1b: Extract Elements with
ssExtractEl, also introducesssStopTheRest. - 1c: Class Detection using
ssHasClassandssGetElementsByClass. - 1d: Add/Remove Classes from elements using
ssAddClass, andssRemoveClass. - 1e: Show/Hide elements with
ssShow,ssHideandssToggle. - 1f: Grab Files using our Ajax functions
ssGrabFile,ssPostFileandssGetFile. - 1g: Grab Scripts from the server and run them using
ssGrabScript,ssPostScriptandssGetScript.
Patterns
A set of class based effects applied to pages
- 2a: PopUp incorporating
ssPopUp - 2b: ExpandCollapse
- 2c: DatePicker
- 2d: Menu
- 2e: Lightbox
- 2f: Thickbox incorporating
ssThickbox - 2g: SweetTitle
- 2h: SortableTable incorporating
ssSortableTable - 2i: AutoSuggest
- 2i: AutoSubmit
- 2j: Ajax incorporating
ssPrepareContent,ssApplyPatternsIfReadyandssApplyPatternsWhenReady - 2k: Validation