+
-
for...in
loop).parseInt('42', 11).toString(9)
(2).sqrt.toFixed(4)
(-8).abs()
n.times(function)
str.strip()
str.stripScripts()
str.stripTags()
array.clear()
array.join(connector)
array.flatten()
array.each(function)
$('some_id')
searches DOM for element with
id="some_id"
$$('css selector')
searches DOM for elements that
match the CSS selector toggle
$F(field)
returns the value of the specified field
(actual element or id
) © 2007 Calvin College and Jeremy D.
Frens.
This work is licensed under a Creative
Commons Attribution-Noncommercial-Share Alike 3.0 United States
License.