<ul class="name-email-list">
<li>xxxx<strong> tttttt</strong><a href="#." class="icon-close"></a></li>
</ul>
<ul class=name-email-list> <li>xxxx<strong> tttttt</strong><a href=#. class=icon-close></a></li> </ul>
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
.appendTo()
jQuery documentation
First get your content and append it to some element:
.append()
jQuery documentation
First get some element and append it your content:
As you can see either of them can be used. They work the opposite way. Use the one that’s easier to understand.