I have several forms on a page and I am sending them with the ajax method, how can I identify which of these forms were sent? so I have my code
$('form').submit(function(e){}
But of course when you do this, you are grabbing all the f...
asked by
13.11.2017 / 04:52