-
How to show sortable containers ?
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 Example:HTML
Sorable
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
-