Page:
EVENTS Lifecycle
Pages
A-Z
CSS Classes & Styles
DATA Utilities (Arrays)
DATA Utilities (Objects)
DOM Attributes
DOM Content
DOM Manipulation
DOM States
DOM Traversal
EFFECTS Fade
EFFECTS Slide (horizontal)
EFFECTS Slide (vertical)
EVENTS Bindings
EVENTS Form
EVENTS Keyboard
EVENTS Lifecycle
EVENTS Mouse
EVENTS Touch
HTTP Requests
Home
Installation
Quick Start
The Frankenstein Chain
UTILITIES
No results
1
EVENTS Lifecycle
Sven Minio edited this page 2026-05-17 19:59:30 +02:00
Table of Contents
.ready
Description Specify a function to execute when the DOM is fully loaded.
Parameters
handler(Function): A function to execute after the DOM is ready.
Returns
- (jBase): Current instance.
Example
$(document).ready(function() {
console.log('DOM is ready!');
});
Home
A-Z Index
B
C
D
E
F
G
- .get
- .getText
L
M
P
R
- .ready
- .remove
- .remove
- $.data.remove.all (Array)
- $.data.remove.all (Object)
- $.data.remove.at (Array)
- $.data.remove.at (Object)
- $.data.remove.byKey (Array)
- $.data.remove.by.Key (Object)
- $.data.remove.byMatch (Array)
- $.data.remove.byMatch (Object)
- $.data.remove.byValue (Array)
- $.data.remove.byValue (Object)
- $.data.remove.first (Array)
- $.data.remove.first (Object)
- $.data.remove.last (Array)
- $.data.remove.last (Object)
- .removeAttr
- .removeClass
- .replaceWith
- .replaceWithClone