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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T14:21:33+00:00 2026-06-07T14:21:33+00:00

Step 1 – I use a post method to return data values and the

  • 0

Step 1 –

I use a post method to return data values and the data values may return apostrophe character and assign the value to a variable. For example,

var returnData = "Test's failure";

Step 2 –

Next, I attempt to assign the variable to the value of a data type like this:

$("testList").append("<li data-test='"+ returnData +"'>" + test_List + " </li>);

Summary –

When using firebug to view the value for the variable returnData placed in the attribute data-test, it shows the value of Test and ‘s failure is not added. How can I fix this problem?

  • 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-07T14:21:35+00:00Added an answer on June 7, 2026 at 2:21 pm

    Just to be on the safe side:

    $("<li />").data("test", returnData).html(test_List).appendTo("#testList");
    

    Or if you need the attribute:

    $("<li />", {
        "data-test" : returnData
    }).html(test_List).appendTo("#testList");​
    

    DEMO: http://jsfiddle.net/ZyMCk/

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

Sidebar

Related Questions

Some requirements: Step-by-step debugging & Break Points View variable values while debugging IntelliSense (auto-completion).
I have a multi-step form in an iOS application. To retain my data for
Step 1, I use the following command to get my local IE version from
I have a Step model and a MasterStep model. In my controller, I use
During step-by-step debugging, I often use step into to halt at every line in
Step 1: Loading data via bulk insert from .txt (delimited) file into Table 1
this is the next step after this topic: Modifying data in threads class Nginx_sender
Step 1. Unserialize First Message to dictionary1 (receivedDict) Step 2. Unserialize dictionary1[data] to dictionary2
I have a two step registration, one with vital data, like email username and
I followed this post step by step but when I'm running it and enter

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.