Ok, as my title above, today I will share about how to add new element li by using jQuery (after & before). It is possible for you to add new element li with position like you want. So you don't need to make many code for simple task.
This way the code :
## before $(".byweb2").before("<li>Added Test before Test 2</li>"); ## after $(".byweb2").after("<li>Added Test before Test 2</li>");
You can download the complete code Klik Here
If you have any question, just write your comment below.
I will try to help you as my best :)
Warm regard from Bali Island