How to get method of form using javascript or jquery when we submit a form at client ?
views:
46answers:
2
A:
In jquery if there is a form with id 'post-form', $('#post-form')[0].method
Murali VP
2010-08-08 03:50:00
thanks its working
AMIT VISHWAKARMA
2010-08-08 05:17:53