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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:28:49+00:00 2026-06-01T06:28:49+00:00

How can i do an Ajax Post with a dropdown list? For example, I

  • 0

How can i do an Ajax Post with a dropdown list? For example, I choose the first item, then, the id value of the li>a it will be sent to a php page (data.php). Do You Have Any Idea about this ?

demo here

<div style="width: 162px;">
    <dl style="" class="dropdown">
        <dt>
            <a class="" id="linkglobal" style="cursor: pointer;"></a>
        </dt>
        <dd>
            <ul style="display: none;" id="ulglobal">
                <li><a id="1" href="#">One</a></li> 
                <li><a id="2" href="#">Two</a></li>
            </ul>
        </dd>
    </dl>
<div>

thanks

  • 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-01T06:28:50+00:00Added an answer on June 1, 2026 at 6:28 am
    $(function(){
      $("#ulglobal a").click(function(){
        var selectedId=$(this).attr("id");
        $.post("data.php" { id : selectedId },function(data){
          // do whatever with the response.
        });
    
     });
    });
    

    Here is the working sample : http://jsfiddle.net/nGPw9/2/

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

Sidebar

Related Questions

if so can show simple example, ex in jquery ajax.post
Can jquery.ajax post a value from an attribute Name? If can, I want send
How can we emulate the timeout of $.ajax using $.post ?
Can you advice me good php ajax and mysql data grid. It is supposed
Can I have good example or code about how to use Ajax Datepicker in
I have a dropdown list which is populated via a jquery ajax call when
I'm creating a dynamic dropdown list on my page. When an option is selected
I am having a search page with one dropdown list box, one button and
How can I achieve the following with the Ajax Control Toolkit MaskedEdit extender? Letter
How can I submit jQuery form object (not ajax)? I try form.submit() and it

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.