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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:41:09+00:00 2026-06-03T10:41:09+00:00

i have the following code to get the html code when i clicked on

  • 0

i have the following code to get the html code when i clicked on a element, for e.g. < p>

$('#button').click(function(){
     var a = $(this).wrap('<div></div>').parent().html(); 
     alert(a);
});

when a button is clicked, i want to get the content of the element i am clicking.

For first click, i am able to get exactly what i wanted. However when i clicked the 2nd time, i realize that some extra style is added to the element.

Example: style=”background-color:transparent;border-top-width:0 etc”

Why is this happening? Will appreciate any enlightenment!

  • 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-03T10:41:11+00:00Added an answer on June 3, 2026 at 10:41 am

    There’s no need to wrap your element in a div, then find your element’s parent (the div) and retrieve the HTML out of that. You can simply grab the HTML right out of your element, like this:

    $('#button').click(function(){
         alert(this.innerHTML);
    });
    

    Or you could do this (more jQuery-ish):

    $('#button').click(function(){
         alert($(this).html());
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code in html, I cannot get the Function call back
I have the following code: $.get(viewUrl + para, function (data) { dialogDiv.html(data); ... });
I have the following code: Html: <tr> <td onclick=ThingClicked()>click me</td> </tr> JS: function ThingClicked(event)
I have the following code: HTML : <div id='example'> <a href='#' data-name='foo' class='example-link'>Click Me</a>
I have the following code function scraping_digg() { // create HTML DOM $html =
I have the following code: <div id=parentDiv> <a href=someurl> ... </a> </div> HTML inside
I have the following HTML code: <fieldset> <legend><span>Contact Details</span> <span class=edit1>Edit</span><span class=hide1>Hide</span></legend> <div> <!--content-->
I have the following code in my file to load a div with HTML
I have the following code for showing some images: HTML: <div class=footer-logos> <ul> <li><img
I have the following code: // GET: /PlayRoundHole/Create public ActionResult Create(int id) { DB

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.