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 8832793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:37:04+00:00 2026-06-14T08:37:04+00:00

The following situation works fine (JSP file): <p class=FormInputElement> <label for=description>Description</label> <input type=text class=description

  • 0

The following situation works fine (JSP file):

<p class="FormInputElement">
        <label for="description">Description</label>
        <input type="text" class="description" id="description"/><br />
</p>
<button class="Button75" type="submit" id= "editWidget" alt="Edit widget">
        <img src="/tis/img/icons/tick.png">
                Save
</button>

In my Servlet, a .JS file, the description value can be read like this:

$(function() {
    $("#editWidget").click(function(e){
        var description = $(this).parent().find('.description').val();

However, if I put <fieldset> tags around the button, the description is always “”. The servlet can’t read the value anymore. How is this possible? What changes when using a fieldset?

Thanks in advance!

  • 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-06-14T08:37:06+00:00Added an answer on June 14, 2026 at 8:37 am

    Your original markup structure is this

    • DIV (or any other container)
      • P
        • LABEL
        • INPUT#description
      • BUTTON#editWidget

    Here $(this).parent() would go to the DIV, and .find() would work from there, finding the expected element.

    With <fieldset>, the markup structure changes to

    • DIV
      • P
        • LABEL
        • INPUT#description
      • FIELDSET
        • BUTTON#editWidget

    Here $(this).parent() would go to the FIELDSET, and .find() would find nothing.

    Solution: Don’t use .parent(), use .closest("div").

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

Sidebar

Related Questions

So i have the following situation in my html file: <div id = imagePreview>
So I have the following situation. I have a class DataTypes which has the
Can someone help me with my situation. I have the following code. class Employee
I have the following script element in my web page: <script src=default.js type=text/javascript></script> Using
I've the following situation: module type M = sig type s = ... end
We have the following situation: There is an application that works on Apache and
:I have the following in one of my partial views: <script type=text/javascript language=javascript> $(document).ready(function
So I have the following situation. I have a configuration class config.py that holds
following situation: <body> <div style=position:fixed; width:100%>[place holder for header]</div> <div style=position:relative;width:100%;margin-top:100px>[content]</div> </body> I need
Following situation: I need a container for data with a rowindex. Currently we use

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.