| CARVIEW |
Select Language
HTTP/2 301
date: Fri, 26 Dec 2025 16:42:29 GMT
content-type: text/html; charset=UTF-8
location: https://jqueryui.com/accordion/
server: cloudflare
cache-control: public, max-age=14400
x-powered-by: PHP/8.2.29
vary: X-Forwarded-Proto, accept-encoding
reporting-endpoints: csp-endpoint="https://csp-report-api.openjs-foundation.workers.dev/"
content-security-policy: default-src 'self'; script-src 'self' code.jquery.com download.jqueryui.com; style-src 'self' 'unsafe-inline' code.jquery.com download.jqueryui.com; style-src-attr 'unsafe-inline'; img-src 'self' data: code.jquery.com download.jqueryui.com; connect-src 'self' typesense.jquery.com; font-src 'self' data:; object-src 'none'; frame-ancestors 'none'; base-uri 'self'; block-all-mixed-content ; report-to csp-endpoint; report-uri https://csp-report-api.openjs-foundation.workers.dev/; form-action 'self' download.jqueryui.com;
x-redirect-by: WordPress
cf-cache-status: MISS
expires: Fri, 26 Dec 2025 20:42:29 GMT
cf-ray: 9b4208198ebdc462-BLR
HTTP/2 200
date: Fri, 26 Dec 2025 16:42:30 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
cache-control: public, max-age=14400
vary: Accept-Encoding
vary: X-Forwarded-Proto
x-powered-by: PHP/8.2.29
reporting-endpoints: csp-endpoint="https://csp-report-api.openjs-foundation.workers.dev/"
content-security-policy: default-src 'self'; script-src 'self' code.jquery.com download.jqueryui.com; style-src 'self' 'unsafe-inline' code.jquery.com download.jqueryui.com; style-src-attr 'unsafe-inline'; img-src 'self' data: code.jquery.com download.jqueryui.com; connect-src 'self' typesense.jquery.com; font-src 'self' data:; object-src 'none'; frame-ancestors 'none'; base-uri 'self'; block-all-mixed-content ; report-to csp-endpoint; report-uri https://csp-report-api.openjs-foundation.workers.dev/; form-action 'self' download.jqueryui.com;
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
content-encoding: gzip
cf-cache-status: BYPASS
expires: Fri, 26 Dec 2025 20:42:30 GMT
cf-ray: 9b42081df917c462-BLR
Accordion | jQuery UI
Accordion
Displays collapsible content panels for presenting information in a limited amount of space.
Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.
The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.
view source
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
|
Want to learn more about the accordion widget? Check out the API documentation.