jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Bug Tracker
New Ticket
View Tickets
Ticket Graph
Roadmap
Recent Changes
Tracker Account
GitHub Login
Preferences
Context Navigation
Back to Ticket #3846
Ticket #3846
: test.html
File test.html,
167 bytes
(added by
felix_halim
,
13 years ago
)
Line
1
<
script
src
=
"jquery-1.3.min.js"
></
script
>
2
3
<
script
>
4
$
(
function
(){
5
alert
(
$
(
'#elementId a'
).
length
);
6
});
7
</
script
>
8
9
<
div
id
=
"elementId"
>
10
<
a
>
test
</
a
>
11
</
div
>
Download in other formats:
Original Format