Hi,
I am trying to implement server side validation for accept function. I need to send ajax call out.
However, I realize it sends tons of requests out because it is evaluating function anywhere in the droppable area.
What is the best practice for evaluating the accept option at server side?
Thanks.