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>
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>
you need to add the following code