Is it possible to check weather a form is available or not using jquery.
For example :
1. I am having a form ID called form1
2. I need to check in the page weather the id contains a form or not.
3. How can i achieve it using jquery.
Thanks in advance….
You can use the
lengthproperty like this:Docs: