Jquery serialized value unserialize in php
on
We normally have to serialize the form to post the form data to Ajax controller. Jquery serialize will serialize the form data, so it will be like query string. Using $.post or $.get we can call the Ajax server. So here we will send the form data in serialized format. How to get the jquery […]
Read more..