SlideShare une entreprise Scribd logo
1  sur  1
Télécharger pour lire hors ligne
Mootools (revision 83) http://mootools.net/
                                                                                                                               Fxpack.js                            Json.js
                                                                                             Fx.js
                                                            Dom.js
                            Element.js
Array.js
                                                                                                                               Fx.Scroll(el, options)               Json
                                                                                             Fx.Base
                                                            Element
                            Element
Array
                                                                                             options = {                       down()                               toString(json o)
                                                            getElements(selector)
                            intialize(tagname s)
forEach(fn, bind o)
                                                                                               onStart: fn,                    up()                                 evaluate(s)
                                                            getElement(selector)
                            injectBefore(el)
each = forEach
                                                                                               onComplete: fn,
                                                            getElementsBySelector(s)
                            injectAfter(el)
copy()
                                                                                                                               Fx.Slide(el, options)                Tips.js
                                                                                               transition: Fx.Transition,
                            injectInside(el)
remove(s)
                                                                                                                               options = {
                                                            Elements                           duration: (500) ms,                                                  Tips(els, options)
                            adopt(el)
test(s)
                                                                                                                                 mode: (‘vertical’)||’horizontal’
                                                            action({event:fn, ...})            unit: (‘px’)||’em’||’%’,
                            remove()
extend(a)                                                                                                                                                           options = {
                                                                                                                               }
                                                                                               wait: (true)||false,
                            clone()
associate([ ])                                                                                                                                                        transitionStart: Fx.Transitions,
                                                            Utility Functions                                                  hide()
                                                                                               fps: (30) n
                            replaceWith(el)                                                                                                                           transitionEnd: Fx.Transitions,
                                                            $S(selector s, s, ...)
Utility Functions                                                                                                              show()
                                                                                             }
                            appendText(s)                                                                                                                             maxTitleChars: (30) n,
                                                            $$() = $S
$A(a) = Array.copy                                                                                                             toggle()
                            hasClass(s)                                                                                                                               fxDuration: (150) ms,
                                                                                             set(to n)
                                                            $E(selector s, el)
                            addClass(s)                                                                                                                               maxOpacity: (1) n,
                                                                                             custom(from n, to n)
                                                            #ES(selector s, el)                                                Fx.Color(el, options)
Function.js                 removeClass(s)                                                                                                                            timeOut: (100) ms,
                                                                                             clearTimer()
                                                            document                                                           custom(fromHex s, toHex s)
Function                                                     .getElementsByClassName(s)
                            toggleClass(s)                                                                                                                            className: s
                                                                                                                               fromColor(hex s)
                                                                                             Fx.Style(el, property, options)
pass([args,...], bind o)    setStyle(property, value)                                                                                                               }
                                                                                                                               toColor(hex s)
                                                                                             hide()
bind(o)                     setStyles({prop:value,..}||s)
                                                            Drag.js                          goTo(n)
bindAsEventListener(o)                                                                                                         Fxutils.js
                            setOpacity(n)                                                                                                                           Window.js
                                                            Drag.Base(el, xM, yM, options)
delay(ms, bind o)           getStyle(property)                                               Fx.Styles(el, options)            Fx.Height, Fx.Width,                 Window
                                                            options = {
periodical(ms, bind o)      addEvent(event, f)                                               custom({prop:[start, end],...})   Fx.Opacity(el, options)              disableImageCache()
                                                              handle: el,
                            removeEvent(event, f)
Utility Functions                                                                                                              toggle()                             getWidth()
                                                                                             Element
                                                              onStart: fn,
                            getPrevious()
                                                                                                                               show()
$clear(timer)                                                                                                                                                       getHeight()
                                                                                             effect() = Fx.Style
                                                              onComplete: fn,
                            getFirst()
$type(o)                                                                                                                                                            getScrollHeight()
                                                                                             effects() = Fx.Styles
                                                              onDrag: fn,
                            getNext()                                                                                          Fxtransitions.js                     getScrollWidth()
                                                              xMax:n, xMin:n,
                            getLast()                                                        Fx.Transitions
Chain                                                                                                                          Fx.Transitions                       getScrollTop()
                                                              yMax:n, yMin:n
                            setProperty(prop, value)                                         linear, sineInOut
chain(fn)                                                                                                                      linear, quadIn, quadOut,             getScrollLeft()
                                                            }
                            setProperties({prop:val,...})
callChain()                                                                                                                    quadInOut, cubicIn, cubicOut,        onDomReady(fn)
                            setHTML(html)                                                    Ajax.js
clearChain()                                                Drag.Move(el, options)                                             cubicInOut, quartIn, quartOut,
                            getProperty(property)
                                                            options = {                      Ajax(url, options)                quartInOut, quintIn, quinOut,
String.js                                                                                                                                                           Accordion.js
                            getTag()                          snap: (true)||false,                                             quintInOut, sineIn, sineOut,
                                                                                             options = {
                            getTop()
String                                                                                                                                                              Fx.Elements(el, options)
                                                              snapDistance: (8) n,                                             sineInOut, expoIn, expoOut,
                                                                                               method: (‘post’)||’get’,
                            getLeft()
test(pattern s, params s)                                                                                                                                           custom({
                                                              onSnap: fn,                                                      expoInOut, circIn, circOut,
                                                                                               postBody: s || o || Form el
                            getValue()
toInt()                                                       xMod: (left) prop,                                                                                      ’0’:{’prop’:[start, end],...},
                                                                                                                               circInOut, elasticIn, elasticOut,
                                                                                               async:(true)||false,
                                                              yMod: (top) prop,
camelCase()                                                                                                                                                           ’1’:{’prop’:[start,end],...},
                                                                                                                               elasticInOut, backIn, backOut,
                            Utility Functions                                                  onComplete:fn,
                                                              container: true||(false)
capitalize()                                                                                                                                                          ... })
                                                                                                                               backInOut, bounceIn,
                            $Element(el, method s, args)                                       onStateChange:fn,
                                                            }
trim()
                                                                                                                               bounceOut, bounceInOut
                            $(el|s)                                                            update: el,                                                          Fx.Accordion(els,
clean()                                                     Element                            evalScripts: true||(false)                                           togglers els, options)
rgbToHex(returnArray b)                                     makeDraggable(options)                                             Sortables.js
                                                                                             }
hexToRgb(returnArray b)                                                                                                                                             options = {
                            Moo.js                          makeResizable(options)
                                                                                                                               Sortables(els, options)
                                                                                             request()                                                                start: (‘open-first’)||’first-open’,
                                                            getPosition()
                            Class
Number                                                                                       evalScripts()                     options = {                            fixedHeight: (false) n,
                            empty()
toInt()                                                                                                                          handles: els,                        fixedWidth: (false) n,
                                                                                             Object
                            create(o)                                                                                            fxDuration: (250) ms,                alwaysHide: true||(false),
                                                                                             toQueryString()
                            extend(o)                                                                                            fxTransition: Fx.Transitions,        wait: true||(false),
                            implement(o)                                                     Element                             maxOpacity: n,                       onActive: fn,
                                                                                             send()                              onStart: fn,
                            Object (singleton)                                                                                                                        onBackground: fn,
                                                                                             toQueryString()                     onComplete: fn,                      height: (true)||false,
                            extend(base o, other o)
                                                                                                                                 contain: (true)||false               opacity: (true)||false,
                            Native(o)
                                                                                                                               }                                      width: true||(false)
                                                                                                                                                                    }
                                                                                                                               Cookie.js                            showThisHideOpen(index n)
                                                                                                                               Cookie
                                                                                                                               set(key s, value, days n)
                                                                                                                               get(key s)
                                                                                                                               remove(key s)

Contenu connexe

Plus de 51 lecture

1242626441API2 upload
1242626441API2 upload1242626441API2 upload
1242626441API2 upload51 lecture
 
1242625986my upload
1242625986my upload1242625986my upload
1242625986my upload51 lecture
 
1242361147my upload ${file.name}
1242361147my upload ${file.name}1242361147my upload ${file.name}
1242361147my upload ${file.name}51 lecture
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test51 lecture
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test51 lecture
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test51 lecture
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test51 lecture
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test51 lecture
 
this is test api2
this is test api2this is test api2
this is test api251 lecture
 
My cool new Slideshow!
My cool new Slideshow!My cool new Slideshow!
My cool new Slideshow!51 lecture
 
Stress Management
Stress Management Stress Management
Stress Management 51 lecture
 
Iim A Managment
Iim A ManagmentIim A Managment
Iim A Managment51 lecture
 
Time Management
Time ManagementTime Management
Time Management51 lecture
 
Conversation By Design
Conversation By DesignConversation By Design
Conversation By Design51 lecture
 
dynamics-of-wikipedia-1196670708664566-3
dynamics-of-wikipedia-1196670708664566-3dynamics-of-wikipedia-1196670708664566-3
dynamics-of-wikipedia-1196670708664566-351 lecture
 
Tech_Implementation of Complex ITIM Workflows
Tech_Implementation of Complex ITIM WorkflowsTech_Implementation of Complex ITIM Workflows
Tech_Implementation of Complex ITIM Workflows51 lecture
 
javascript reference
javascript referencejavascript reference
javascript reference51 lecture
 

Plus de 51 lecture (20)

1242626441API2 upload
1242626441API2 upload1242626441API2 upload
1242626441API2 upload
 
1242625986my upload
1242625986my upload1242625986my upload
1242625986my upload
 
1242361147my upload ${file.name}
1242361147my upload ${file.name}1242361147my upload ${file.name}
1242361147my upload ${file.name}
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test
 
this is ruby test
this is ruby testthis is ruby test
this is ruby test
 
this is test api2
this is test api2this is test api2
this is test api2
 
My cool new Slideshow!
My cool new Slideshow!My cool new Slideshow!
My cool new Slideshow!
 
Stress Management
Stress Management Stress Management
Stress Management
 
Iim A Managment
Iim A ManagmentIim A Managment
Iim A Managment
 
Time Management
Time ManagementTime Management
Time Management
 
Conversation By Design
Conversation By DesignConversation By Design
Conversation By Design
 
Web 2.0
Web 2.0Web 2.0
Web 2.0
 
dynamics-of-wikipedia-1196670708664566-3
dynamics-of-wikipedia-1196670708664566-3dynamics-of-wikipedia-1196670708664566-3
dynamics-of-wikipedia-1196670708664566-3
 
Tech_Implementation of Complex ITIM Workflows
Tech_Implementation of Complex ITIM WorkflowsTech_Implementation of Complex ITIM Workflows
Tech_Implementation of Complex ITIM Workflows
 
javascript reference
javascript referencejavascript reference
javascript reference
 
Esb
EsbEsb
Esb
 
No[1][1]
No[1][1]No[1][1]
No[1][1]
 

Dernier

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Dernier (20)

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Mootools 83 Snookca

  • 1. Mootools (revision 83) http://mootools.net/ Fxpack.js Json.js Fx.js Dom.js Element.js Array.js Fx.Scroll(el, options) Json Fx.Base Element Element Array options = { down() toString(json o) getElements(selector) intialize(tagname s) forEach(fn, bind o) onStart: fn, up() evaluate(s) getElement(selector) injectBefore(el) each = forEach onComplete: fn, getElementsBySelector(s) injectAfter(el) copy() Fx.Slide(el, options) Tips.js transition: Fx.Transition, injectInside(el) remove(s) options = { Elements duration: (500) ms, Tips(els, options) adopt(el) test(s) mode: (‘vertical’)||’horizontal’ action({event:fn, ...}) unit: (‘px’)||’em’||’%’, remove() extend(a) options = { } wait: (true)||false, clone() associate([ ]) transitionStart: Fx.Transitions, Utility Functions hide() fps: (30) n replaceWith(el) transitionEnd: Fx.Transitions, $S(selector s, s, ...) Utility Functions show() } appendText(s) maxTitleChars: (30) n, $$() = $S $A(a) = Array.copy toggle() hasClass(s) fxDuration: (150) ms, set(to n) $E(selector s, el) addClass(s) maxOpacity: (1) n, custom(from n, to n) #ES(selector s, el) Fx.Color(el, options) Function.js removeClass(s) timeOut: (100) ms, clearTimer() document custom(fromHex s, toHex s) Function .getElementsByClassName(s) toggleClass(s) className: s fromColor(hex s) Fx.Style(el, property, options) pass([args,...], bind o) setStyle(property, value) } toColor(hex s) hide() bind(o) setStyles({prop:value,..}||s) Drag.js goTo(n) bindAsEventListener(o) Fxutils.js setOpacity(n) Window.js Drag.Base(el, xM, yM, options) delay(ms, bind o) getStyle(property) Fx.Styles(el, options) Fx.Height, Fx.Width, Window options = { periodical(ms, bind o) addEvent(event, f) custom({prop:[start, end],...}) Fx.Opacity(el, options) disableImageCache() handle: el, removeEvent(event, f) Utility Functions toggle() getWidth() Element onStart: fn, getPrevious() show() $clear(timer) getHeight() effect() = Fx.Style onComplete: fn, getFirst() $type(o) getScrollHeight() effects() = Fx.Styles onDrag: fn, getNext() Fxtransitions.js getScrollWidth() xMax:n, xMin:n, getLast() Fx.Transitions Chain Fx.Transitions getScrollTop() yMax:n, yMin:n setProperty(prop, value) linear, sineInOut chain(fn) linear, quadIn, quadOut, getScrollLeft() } setProperties({prop:val,...}) callChain() quadInOut, cubicIn, cubicOut, onDomReady(fn) setHTML(html) Ajax.js clearChain() Drag.Move(el, options) cubicInOut, quartIn, quartOut, getProperty(property) options = { Ajax(url, options) quartInOut, quintIn, quinOut, String.js Accordion.js getTag() snap: (true)||false, quintInOut, sineIn, sineOut, options = { getTop() String Fx.Elements(el, options) snapDistance: (8) n, sineInOut, expoIn, expoOut, method: (‘post’)||’get’, getLeft() test(pattern s, params s) custom({ onSnap: fn, expoInOut, circIn, circOut, postBody: s || o || Form el getValue() toInt() xMod: (left) prop, ’0’:{’prop’:[start, end],...}, circInOut, elasticIn, elasticOut, async:(true)||false, yMod: (top) prop, camelCase() ’1’:{’prop’:[start,end],...}, elasticInOut, backIn, backOut, Utility Functions onComplete:fn, container: true||(false) capitalize() ... }) backInOut, bounceIn, $Element(el, method s, args) onStateChange:fn, } trim() bounceOut, bounceInOut $(el|s) update: el, Fx.Accordion(els, clean() Element evalScripts: true||(false) togglers els, options) rgbToHex(returnArray b) makeDraggable(options) Sortables.js } hexToRgb(returnArray b) options = { Moo.js makeResizable(options) Sortables(els, options) request() start: (‘open-first’)||’first-open’, getPosition() Class Number evalScripts() options = { fixedHeight: (false) n, empty() toInt() handles: els, fixedWidth: (false) n, Object create(o) fxDuration: (250) ms, alwaysHide: true||(false), toQueryString() extend(o) fxTransition: Fx.Transitions, wait: true||(false), implement(o) Element maxOpacity: n, onActive: fn, send() onStart: fn, Object (singleton) onBackground: fn, toQueryString() onComplete: fn, height: (true)||false, extend(base o, other o) contain: (true)||false opacity: (true)||false, Native(o) } width: true||(false) } Cookie.js showThisHideOpen(index n) Cookie set(key s, value, days n) get(key s) remove(key s)