Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6104693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:52:16+00:00 2026-05-23T13:52:16+00:00

I’ve been using jQuery to build an ajax-heavy site. I typically use jQuery selectors

  • 0

I’ve been using jQuery to build an ajax-heavy site. I typically use jQuery selectors to refer to individual INPUT/BUTTON/TEXTAREA/etc elements I want to interact with (or retrieve values from).

I just realized this morning that I haven’t used a FORM tag in ages – I just manipulate everything through ajax requests. My gut tells me this is not good, but on the other hand it’s not been an issue (and I don’t foresee it becoming one any time soon, all our current needs are met).

One thing to note: I’m not concerned with graceful degradation in absence of JavaScript (it’s a corporate LAN; all browser installs are tightly regulated and all users are known to have javascript). With that said, is there some reason I should start using the FORM tag that I’m just not seeing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:52:16+00:00Added an answer on May 23, 2026 at 1:52 pm

    Yes, you should still be using form tags. If you want to be really technical, it’s probably a good idea to have a non-JavaScript fallback as well. But regardless of that, the main reason for continuing to use <form>, <fieldset>, <legend>, and <label> is for accessibility compliance.

    Forms are really the sore spot when it comes to web accessibility. They need to be conducted perfectly for smooth operation with screen readers or other assistive technologies. In fact, according to ADA and Section 508 laws and regulations, all those tags are required when making forms online. Many people would argue that federal regulations only apply to government and state websites, but you can tell that to Target, who was sued over web accessibility issues.

    Really, it’s a good idea to just obey the rules. And, personally, making the form submit with or without AJAX is pretty easy. For example, I currently have several forms that are imperative that they can be used with out without JavaScript. All the forms are validated and submit via JavaScript (Yes, they are secondarily validated through the PHP script too). The script the JavaScript submits to is the same page the regular form submits to via cURL. One process page for two different methods with the same results (delivered in JSON and decoded via jQuery or PHP’s json_decode), just the JavaScript version is cleaner, elegant, and more seamless.

    In conclusion, I feel your users would benefit more from including the proper tags then excluding them, even if the benefits don’t feel obvious to you or them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.