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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:07:46+00:00 2026-06-03T16:07:46+00:00

Setup: I am using JSPs and jQuery. There is a ‘parent’ page which holds

  • 0

Setup:

I am using JSPs and jQuery. There is a ‘parent’ page which holds 3 tab-pages. On tab 1, there is a form where user have to fill few fields like first name, last name, etc. The user fills the form and moves on to other tabs. On tab 3, I have to show the course name which he entered on tab 1. So essentially I have to pass values between tabs.

Problem:

I can access some of the fields from tab 1 on tab 3, like I have a drop down on Tab 1:

            <div class="dropDownMenu">
                <select id="states">
                    <option value="ca">CA</option>
                    <option value="ny">NY</option>
                </select>
            </div>

I can access this on Tab 3 like:

alert($('#states').text());

Bur I cannot access “course_id” on tab 3. Tab 1 has this:

            <div class="myCourse">
                <label for="course">Course</label>
                <input type="text" name="course_name" id="course_id" value=""/>
            </div>

I want to access course_id on tab 3.
Can somebody tell me how to do this? I am pretty much newbie to jQuery/Ajax, so I might be missing something obvious.

  • 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-03T16:07:48+00:00Added an answer on June 3, 2026 at 4:07 pm

    Bind an event that on tabselect we write the value of course_id to our location on tab 3.

    jsFiddle: http://jsfiddle.net/UdSUp/4/

    $(function() {
        $( "#tabs" ).tabs();
    });
    
    $('#tabs').bind('tabsselect', function(event, ui) {
        $("#showCourseID").text($("#course_id").val());
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a datepicker control setup using the JQuery UI, I am also using
I have a setup using Pyodbc, UnixODBC and FreeTDS, but somewhere in there some
I want to use the Jquery datepicker. I've got it setup using an the
We have a rails server with custom 404 and 500 pages setup using this
Setup using a simple example: I've got 1 table ( Totals ) that holds
I have the following domain model setup using EF code first: public class User
I have custom error pages setup using <customErrors mode=On defaultRedirect=~/Home/Error> <error statusCode=404 redirect=~/Home/PageNotFound />
Is there a way to view the conceptual schema for a database setup using
I have a Django form setup using GET method. Each value corresponds to attributes
Setup : Using PowerBuilder 6.5. I have a composite report (with a report header)

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.