Perhaps it is a caffeine deficiency but I am choking on something that ought to be simple.
I am trying to insert an element into the dom after a specific div and I am having trouble with the syntax.
The documentation does not have any sample code:
http://prototypejs.org/api/element/insert
and everything I have tried that looks right just appends the element into the div.
Can anyone show me an example of the correct syntax for insert, position:after?
Thanks