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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:41:24+00:00 2026-06-09T02:41:24+00:00

Ok, so I have a variable, a function, and an unordered list. I run

  • 0

Ok, so I have a variable, a function, and an unordered list. I run this code:

var someid = '501bc5210642741838000000';
var liststring = '<li class="ui-state-default" id="'+someid+'">'+
                 '<button type="button" class="del" onclick="newfunction('+someid+');" >X</button>Slide</li>';
$('ul').append(liststring);

This code is repeated multiple times for different values of someid.

The function newfunction() looks like this:

var newfunction = function(someid){
$('#'+someid).remove();
//some other stuff; the above is the important bit
}

This is supposed to make it such that when the button is clicked, it passes someid to newfunction(), which has jQuery code that removes the list element containing the button from the DOM.

The bit that’s screwing it up is the fact that I’m enclosing the list element, etc. in a string to append it to the list HTML. I verified that the code works otherwise – I manually coded two list elements, and it ran perfectly. There’s probably some syntax I’m missing – what am I missing?

  • 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-09T02:41:26+00:00Added an answer on June 9, 2026 at 2:41 am

    Try adding quotes to around your variable so it prints as a string and not a variable name.

    '<button type="button" class="del" onclick="newfunction(\''+someid+'\');" >X</button>Slide</li>';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to extract defined variable and function names from a js code passed
I have a variable declared at the top of my function as this.current_test =
I have a variable () loaded with a html code: $.get(url, function (res, data)
I have a variable list function /* vsprintf example */ #include <stdio.h> #include <stdarg.h>
I have a large PHP class that has a large variable/function declaration and I
I have a variable-argument function in C that looks roughly like this: void log(const
Suppose I have any variable, which is defined as follows: var a = function()
I have a variable declared: var recent; And I wrote a function which needs
I have the following function //simple function with parameters and variable function thirdfunction(a,b,c,d){ console.log(the
How I can have variable number of parameters in my function in C++. Analog

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.