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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:36:31+00:00 2026-05-15T14:36:31+00:00

My HTML looks like this: <script type=text/javascript src=jquery-1.4.2.js></script> <script type=text/javascript> $(document).ready(function(){ $(#btn).click(function(){ $.post(test.jsp, {

  • 0

My HTML looks like this:

<script type="text/javascript" src="jquery-1.4.2.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $("#btn").click(function(){
                $.post("test.jsp", { "txt": $("#txt").val() },
                function(data){
                    alert(data);
                    $("#res").html(data);
                });
            });
        });

    </script>

It sends the value of the text field "txt" and then my JSP returns List:

<%
String str=request.getParameter("txt");
List ls=new ArrayList();
ls.add(str+"1");
ls.add(str+"2");
ls.add(str+"3");
ls.add(str+"4");
out.print(ls);
%>

My question is how I can get the list elements one by one? Something like data[1].

  • 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-15T14:36:31+00:00Added an answer on May 15, 2026 at 2:36 pm

    You need to return a valid JSON string. You can either use Java JSON libraries or just format the string to be valid JSON (be careful):

    out.print('["'+str+'1", "'+str+'2"]');
    

    Then the variable data in your JavaScript callback would be something like: ["txt1", "txt2"]. Then you need to parse it to make it a JavaScript usuable Object (I suggest appending the ‘json’ dataType to the $.post method, it does the parsing for you).

    At this point you can call data[1].

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

Sidebar

Ask A Question

Stats

  • Questions 494k
  • Answers 494k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This stylesheet: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="map" exclude-result-prefixes="m"> <xsl:key name="kTestIntID" match="Book"… May 16, 2026 at 10:57 am
  • Editorial Team
    Editorial Team added an answer There is no such thing. There are basically two ways… May 16, 2026 at 10:57 am
  • Editorial Team
    Editorial Team added an answer I agree with S.Lott in that you will want to… May 16, 2026 at 10:57 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

My HTML looks like this: <html> <head> <title>Test</title> <script type=text/javascript src=jQuery.js></script> <script type=text/javascript> function
I've got a template, a.html, which looks like this: <script type=text/javascript src=jquery-1.4.min.js></script> <script type=text/javascript
Here is my jQuery code: <script type=text/javascript> //<!-- $(document).ready(function() { $('input[type=submit]').click(function() { $.ajax({ type:
This my javascript :- <script type =text/javascript> $(function() { $(#tabs).tabs({ cache: true ,fx: {
I'm loading pages asynchronously with the jQuery load function, like this: tree.click(function() { if
I got a portion of javascript code embedded in HTML (generated on the server
I have a type ahead text field, and when the user hits Enter I
I'm using JQuery to load the content of an MVC usercontroll: function menuShowModal(a) {
Just starting out with jQuery and this problem seems to be impossible to me.
I'm having some issues with the ordering of javascript execution in the following page:

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.