I know I can use append() to add an 'li' to the end of a list, but how would I add it to a specific index? Would I just have to manipulate an array and then refresh the list with the updated array? Or is there already a function written in jQuery that allows me to do this?
I have tried looking in the jQuery API Documentation, but I just started with JavaScript earlier this week and I am having trouble understanding everything.