CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Date: Thu, 24 Jul 2025 16:25:37 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Thu, 24 Jul 2025 17:25:37 GMT
Location: https://jqueryui.com/sortable/
Vary: Accept-Encoding
Server: cloudflare
CF-RAY: 9644c6488c640bc9-BLR
HTTP/2 200
date: Thu, 24 Jul 2025 16:25:38 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
vary: X-Forwarded-Proto
x-powered-by: PHP/8.2.28
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: EXPIRED
last-modified: Thu, 24 Jul 2025 16:25:38 GMT
expires: Thu, 24 Jul 2025 20:25:38 GMT
cache-control: public, max-age=14400
server: cloudflare
cf-ray: 9644c648bcdb1712-BLR
Sortable | jQuery UI
Sortable
Reorder elements in a list or grid using the mouse.
Examples
Enable a group of DOM elements to be sortable. Click on and drag an
element to a new spot within the list, and the other items will adjust to
fit. By default, sortable items share draggable
properties.
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
|
|
Want to learn more about the sortable interaction? Check out the API documentation.