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
172 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 ...
0
votes
1answer
277 views
how can I restrict django ImageFieldFile to accept input only Image files from browser?
I've used django ImageFieldFile,
from django.db.models.fields.files import ImageFieldFile
now I want to restrict the user to use only Image files when uploading from browser