Question: How to show sortable containers with JQuery?
Answer:
you can use following steps for this:
Step 1: Create a UL LI based listing
Step 2: Assign ui-sortable class to UL
Step 3: Assign Unique id to each LI
Step 4: Write CSS for UL, LI and divs
Step 5: Write JQuery code for manipulation
you can use following steps for this:
Step 1: Create a UL LI based listing
Step 2: Assign ui-sortable class to UL
Step 3: Assign Unique id to each LI
Step 4: Write CSS for UL, LI and divs
Step 5: Write JQuery code for manipulation
Example:
HTML
CSS
JQuery
Sorable
CSS
JQuery
Demo: