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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:52:45+00:00 2026-06-06T03:52:45+00:00

I currently have a series links that open menus containing dropdowns and input textboxes

  • 0

I currently have a series links that open menus containing dropdowns and input textboxes to add new options to the dropdowns:

enter image description here

If I save a value containing no spaces (“hello”), everything works fine, but if a value contains spaces (“hello 2”), I get an exception that says ‘Uncaught Error: Syntax error, unrecognized expression: [value=hello 2]’

These are the two approaches that I’ve tried so far that have been unsuccessful:

$('.addSetSelect').append('<option value="' + setName + '">' + setName + '</option>');

and

$('.addSetSelect').append(new Option(setName, setName));

I was wondering what is the best way to go about adding option elements to a selectbox that can contain value attributes with spaces?

  • 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-06T03:52:46+00:00Added an answer on June 6, 2026 at 3:52 am

    You’re probably just running into string concat problems. This is more fool proof:

    $('.addSelect').append($('<option></option>').val(setName).text(setName));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a webform that has a series of links. What I'd like
I have time series data that I am currently storing in a dictionary where
I currently have an algorithm that generates a point grid. It takes input from
I have a pipeline that I currently run on a large university computer cluster.
i have a series of links to specific addresses on google maps. several of
I am currently setting up a projects page with a series of links to
I have a series of buttons on my website that have I want to
I currently have a linked server that I am querying in a stored procedure.
This question is mainly to verify my current idea. I have a series of
Currently have a custom Form Element View: class Apply_View_Helper_JQueryUiFormRadio extends Zend_View_Helper_FormElement My form is

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.