I wanted to build something that could take a users input such as a paragraph number for example 5 then when they click a button it generates that number of paragraphs?
I'm guessing i can store a paragraph in a variable which is no problem but not sure how i could multiple it from the users input :)
If I get some help to start with and explanation how to do it i would appreciate it!
var $paragraph = $(
'<p> Tired of lorum Ipsum? why not try puff-puffing ipsum? A simple and fun
generator to help all those colour puffs that are in need. Put some puff into
your project.</p>'
});