How to select multiple areas in containment using jQuery UI draggable

priscilavanduyn

New Member
Hi i want to select multipe areas in containment using jQuery UI draggable while usinf drag and drop. I have used \[code\]containment:["#area1","#area2","#area3"]\[/code\], also made single class with name area and applied to all divs but still not working, even tried \[code\]containment: '#area1, #area2, #area3'\[/code\] but still not working. Its taking only the first container only. Please suggest
 
Back
Top