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

  • SEARCH
  • Home
  • 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 991127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:03:29+00:00 2026-05-16T06:03:29+00:00

I figured enough jQuery to select this chunk out of a huge HTML document.

  • 0

I figured enough jQuery to select this chunk out of a huge HTML document. I want to select the value of subject, body, and date_or_offset. (these are name attributes as shown below). How do I go about this. Assuming this print is from alert($(this).html()) inside a call back function.

<p><label for="first">Subject</label>  <br>
   <input class="input" name="subject" type="text">
</p>
<p><label for="textarea">Body </label> <br>
   <textarea class="textarea" name="body" id="textarea" rows="5" cols="30"></textarea>  
</p>
<p><label for="first">Date <span>(xx/xx/xxxx) or Offset</span></label>  <br>
   <input class="input" name="date_or_offset" id="first" type="text">
</p>
  • 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-16T06:03:30+00:00Added an answer on May 16, 2026 at 6:03 am

    You can get it via .find() and .val(), like this:

    var subject = $(this).find('input[name=subject]').val();
    var body = $('#textarea').val();
    var date = $('#first').val();
    

    Since IDs are unique, the last 2 can be selected via a #ID selector directly, the first we find by name="subject" using an attribute-equals selector. If the IDs aren’t unique (and they should be, fix it if that’s the case) you can use a simular [name=xx] selector for the others, just use textarea instead of input for the body element.

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

Sidebar

Related Questions

I do not have enough knowledge in JQuery to figure out, where in this
This should seem simple enough, but can't figure it out. I was porting a
I don't need to write this in jQuery but I'm not versed enough in
Sorry, but apparently I don't understand chaining enough to figure out this problem... I'm
I am new to JQuery. I've figured out how to make an AJAX call,
This is one of those I figured it out but it was painful so
I know that given enough time I'll figure this out, but it sure would
Is there software smart enough to figure out that you got a pointer from
I figured out how to clone my form rows and append an incriminting number
I figured out that a constant literal get's placed in the data segment of

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.