Classes
- API Home
- _global_
- Array
- Jelo
- Jelo.Ajax
- Jelo.Anim
- Jelo.Core
- Jelo.CSS
- Jelo.Dom
- Jelo.DragDrop
- Jelo.Env
- Jelo.Event
- Jelo.JSON
- Jelo.Widget
Built-In Namespace _global_
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
$()
Shortcut for Jelo.Dom.select
|
| <static> |
$$()
Shortcut for Jelo.Dom.selectAll
|
| <static> |
setInterval(fn, ms)
|
| <static> |
setTimeout(fn, ms)
|
Method Detail
<static>
$()
<static>
$$()
<static>
{Number}
setInterval(fn, ms)
Defined in: Jelo.Core.js.
- Parameters:
- {Function} fn
- Method to invoke.
- {Number} ms
- Milliseconds to delay between intervals
- {Mixed} ... Optional
- Additional arguments to be passed to fn when it is called.
- Returns:
- {Number} Resource id, can be cancelled using clearInterval(id)
<static>
{Number}
setTimeout(fn, ms)
Defined in: Jelo.Core.js.
- Parameters:
- {Function} fn
- Method to invoke.
- {Number} ms
- Milliseconds to delay before invoking fn.
- {Mixed} ... Optional
- Additional arguments to be passed to fn when it is called.
- Returns:
- {Number} Resource id, can be cancelled using clearTimeout(id)
- recent changes — (see all)
-
- Sep 14, 2010 — Simplified DragDrop.
- Jul 19, 2010 — Fixed typo preventing reliably aborting pending Ajax requests.
- Jun 17, 2010 — Fixed a conflict preventing Easing.SWINGOUT and Easing.SWINGBOTH from running simultaneously.
- Apr 22, 2010 — Added Array support to CSS.toggleClass.
- random jelo shots — (see all)
