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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:37:47+00:00 2026-05-31T15:37:47+00:00

I want a simple js script to show a popup when a specific option

  • 0

I want a simple js script to show a popup when a specific option from the dropdown is selected. The name of the selection tag is “ProfileType[0]”

It does not have a id attribute and it contains those special character. I tried to use jquery but no luck with it. And i would prefer if the selection tag code will be untouched means without adding any onchange event to it. And one more thing it already have a onchange event. I know its possible with jquery. You have any good code for this.

<select name="ProfileType[0]" onchange="window.location.href = "join.php?pid=" + this.value;">
<option value="1">Personal</option>
<option value="2">Professor</option>
<option value="4">Student</option>
</select>

Any help will be very much appreciate. 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-05-31T15:37:48+00:00Added an answer on May 31, 2026 at 3:37 pm

    Using jQuery:

    $(document).ready(function() {
        $('select[name="ProfileType\\[0\\]"]').change(function() {
            if ($(this).val() === "1") {
                alert("Your popup here");
            }
        });
    });
    

    Demo: http://jsfiddle.net/YVNMK/

    You don’t say which option is the specific one you care about, so I’ve gone with the first one.

    Note that attaching the handler with jQuery should not affect the inline onchange, though your existing onchange is invalid because you’ve tried to use double-quotes inside other double-quotes – change one or other set of doubles to single-quotes:

    onchange="window.location.href='join.php?pid=' + this.value;"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to write a very simple script , which takes a process name
I have a simple hide show jquery script I grabbed from an example site.
Greetings, I want to write a script that handles simple http requests from Google
I want to create a simple bash script to launch a Java program on
I have a simple Python script that I want to stop executing if a
I have a very simple greasemonkey script that I want to call an already
I have a very simple jQuery script.. all I want it to do is
I am writing a simple Python script with no GUI. I want to be
I am implementing a simple directory listing script in PHP. I want to ensure
As a simple example, I want to write a CLI script which can print

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.