Tagged Questions

6
votes
7answers
5k views

jquery droppable accept

Can anyone tell me how can i write a function in accept condition and then how does it finds out that what to accept and what not to accept. Fo r eg i want to accept div a and div b in accept ...
1
vote
1answer
173 views

jQuery Drag and Drop to highlighted boxes

so i have this script..well i wanted the soldier to be dropped only at the highlighted boxes i tried accept: $(selector) and revert: "invalid" but it seems that it disallows it to be dropped even on ...