Link to home
Start Free TrialLog in
Avatar of maqskywalker
maqskywalker

asked on

jquery selector for form on page

I have a form on my page with no id or class.

I'm using ASP.net MVC 5 , C# and Razor.

The form on my page starts out like this

@using (Html.BeginForm())
{

Normally i use a jquery selector select an element by id or class.

Is there a jquery selector for a form with no id or class on it?
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial