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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:15:18+00:00 2026-06-04T09:15:18+00:00

I have ended up unexpectedly having to debug some jQuery. Not really my area

  • 0

I have ended up unexpectedly having to debug some jQuery. Not really my area of expertise. The current scripts are looking for a value inside a textbox that’s been rendered by jQuery and failing.

Looking at the DOM in Chrome I can see that the element in question has a “FromDate” element underneath it. The Variables browser lists this as type jQuery.fn.jQuery.init[1]. It contains the elements 0: HTMLInputElement, context: HTMLDocument, length: 1 and some other stuff.

The value I’m after is inside the 0 object but I can’t seem to find the syntax to get at it. As far as I can tell jQuery constructing things as arrays, but doing this.FromDate[0] or this.FromDate(0) or this.FromDate.0 all yield the error “Property ‘FromDate’ of object # is not a function”.

How do I get my value?

  • 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-04T09:15:19+00:00Added an answer on June 4, 2026 at 9:15 am

    Your variable is a jQuery object.

    To access the (first and only) DOM element contained therein, use:

    myObject[0]
    

    or

    myObject.get(0)
    

    If you just want to obtain the value of the HTMLInputElement you can use:

    myObject.val()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not sure what might have caused it, I ended task on some SQL processes
After searching through some existing libraries for JSON, I have finally ended up with
I have some \n ended text: She walks, in beauty, like the night Of
Due to a number of reasons I have ended up with some code that
I'm not entirely sure of the steps that caused this however I have ended
The same way DOS morphed into Windows? We seem to have ended up supporting
I am trying to generate a form at run-time. I have ended up with
I have a J2EE application front-ended by a bunch of GWT pages. When the
I have tried troubleshooting this problem and just ended up with nothing, I hope
I have a general question that is rather open-ended (i.e. depends on platform, application

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.