Sorry if my title is not clear, I'm not sure how to word this. I'm new to jQuery, and here is what I am trying to do.
I want to show one or more announcement boxes on top of the webpage.
Let's say I have some kind of template "div" element with a class name, some html to make it into a pretty box. And a placeholder or something, where the actual message (html) will be.
Then I would use $.append to insert each of this boxes on my page, specifying the custom message for that box.
My problem is, how can I create such a DIV template and how can I add content to it?
I hope this is clear ...