[jQuery] Clone element based on user input
I am wondering if it is possible to clone an element, a certain number
of times based on user input. So, if I wanted to clone a tag 5 times,
I would enter 5, and it would close that element 5 times. I was
looking at the .clone() method, but I was unsure if this was possible.