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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:24:27+00:00 2026-05-23T16:24:27+00:00

I have a very complex situation. To reduce it to its basics … First

  • 0

I have a very complex situation. To reduce it to its basics …
First of this is a aspx csharp jquery ajax app

I am populating a with textboxes and other input controls at runtime using ajax sending html from the codebehind to the page and laying the html into a span.
Now I need to grab the values of these input control. I do not know in advance what these controls are except that they are one of several (input- text, checkbox, radio).

How can I access all input values with a span in this case. The span could be another delimiter and I tried but my master page has a form and it is not (I am guessing) allowing me to place a form here.

My objective is to grab the values and return them via ajax and use them as search criteria to my search.

  • 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-23T16:24:27+00:00Added an answer on May 23, 2026 at 4:24 pm
    var inputValArray = [];
    $('[span selector] input').each(function() { // $('[span selector] > input') for direct children only
       inputValArray.push($(this).val());
    });
    

    span selector could be id or a css class on the span. If you can update your question with some HTML or more info as to how you can distinguish this span, I can update my answer.

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

Sidebar

Related Questions

I have a very complex web app project I want to re-structure. Naturally, it
Here's the situation: You have a very complex UI element that is repeated in
I have a very complex controller with a very complex set of views and
I have an idea for a web-based service. The implementation is very complex. There
I have very simple select like this: SELECT * FROM table WHERE column1 IN
Here's the situation: i have a SearchPage where an user can make a complex
I have a very complex Linq to SQL query that returns a result set
I have a very complex function in as3. The function is composed of many
Imagine I have two very complex but identical objects in c#, and I want
I have a tricky problem. I have a very complex view in MS SQL

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.