Toggle navigation
Home
UI/UX
Web-development
Javascript
CMS
Cheatsheet
Cheatsheet
ho
events jQuery
Estimated reading time:
1 minute
click
$
(
function
()
{
$
(
"#demo"
).
click
(
function
()
{
$
(
"body"
).
html
(
Date
());
alert
(
"ok"
);
});
});
js
,
jquery
Basic JQuery
basic
attributes
dom
event
css
resources
On this page:
click