forum

Home / DeveloperSection / Forums / jQuery prepend() data

jQuery prepend() data

Anonymous User 1092 26-Mar-2018

I want to add another item using jquery on button click

<ol>
  <li>List item 1</li>
  <li>List item 2</li>
  <li>List item 3</li>
</ol>
<button id="btn1">add item</button>



Updated on 26-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By