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
Browse Source
Tracker Account
Login
Register
Preferences
Context Navigation
Back to Ticket #6156
Ticket #6156
: test1.htm
File test1.htm,
345 bytes
(added by sohighthesky,
3 years
ago)
Line
1
<!doctype HTML>
2
<html>
3
<head>
4
5
</head>
6
<body>
7
<label>
1
</label>
8
<label
for=
""
>
correct
</label>
9
<label
for=
"a"
>
bug
</label>
10
11
12
</body>
13
<script
type=
"text/javascript"
src=
"jquery-1.4.2.js"
></script>
14
<script>
15
alert
(
$
(
"label[for]"
).
html
());
16
</script>
17
</html>
Download in other formats:
Original Format
Context Navigation