How to get form id using JQuery on page load.
I am having a form in a page. I need to get that form's id using JQuery .
How can I do that..
thanks in advance...
$(document).ready(function(){
var formId = $('form').attr('id');
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With