I need to write down class which will do ajax request in jquery variables: -contentType-form/other, default form -method - get from attr(method)
if form or from data(method) if other -data -url- get from attr(action) if form or from data(action) if other methods -loadDataFromForm
Now I have somethink like that:
http://jsfiddle.net/h7kRt/507/
As You can see when you click Show Results button its works but when you chceck network it send data not from FORM but from button why?? Somone can help?