Link to home
Start Free TrialLog in
Avatar of JayZeeBoy
JayZeeBoy

asked on

Jquery droppables: multiple accepts

Hello,

In the follow code, I specify what id to accept.  Is there a way to specify multiple elements in the jquery accept option?

$("#droppable").droppable({
			accept: '#draggable',
			activeClass: 'ui-state-hover',
			hoverClass: 'ui-state-active',
			});

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of anoyes
anoyes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial