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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:43:54+00:00 2026-05-23T14:43:54+00:00

I use jQuery Impromptu prompts in my application and they’re very helpful. However to

  • 0

I use jQuery Impromptu prompts in my application and they’re very helpful.

However to call the Impromptu prompts you need to specify the button names and their return values like so:

$.prompt('Example 2',{ buttons: { Ok: true, Cancel: false } });

I would really like to have dynamic button names, something like this:

function showprompt(question, button1, button2) {
  $.prompt(question,{ buttons: { button1: true, button2: false } });
}

But this doesn’t seem to work, the buttons are just called ‘button1’ and ‘button2’!

I’ve tried using eval(button1) and ''+button1 but they bring up syntax errors.

Any suggestions?

  • 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-23T14:43:55+00:00Added an answer on May 23, 2026 at 2:43 pm

    Since property names in an object literal can be identifiers (rather than strings), you can’t use a variable for them.

    You have to create the object, and then use square bracket notation to assign the values.

    function showprompt(question, button1, button2) {
      var buttons = { };
      buttons[button1] = true;
      buttons[button2] = false;
      $.prompt(question,{ buttons: buttons });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use jquery picnet table filter - http://www.picnet.com.au/picnet-table-filter.html I need to display count of
I use jQuery, jQuery UI and jQuery mobile to build a web application for
I use jquery autocomplete in my application but I am not satisfied on how
I use jquery's .submit() to intercept user's submit event, however I found a problem.
We use jQuery modal dialog box to get confirmation from users before they delete
I use jQuery, I need to make some anchor tags perform no action. I
We use jQuery to parse some HTML. I then need to traverse that document
I use JQuery to create a dynamic button, when I browse the source code
I use Jquery Autocomplete in my mvc3 application. I have a lot of textbox,
I use jquery wizard in my Android application. So far I can see the

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.