Can someone help me out with a jQuery question? I'm trying to figure out how to repeat an element multiple times using jQuery. Essentially, I want jQuery to create duplicates of an inline element indefinitely, similar to repeating a graphic for a background texture using CSS. I've been looking into methods like .clone() and .each(), but I could really use some guidance on this.
Any advice would be greatly appreciated!
- J