PureScript's purescript-jquery
package supports this
before :: JQuery -> JQuery -> Effect Unit
method, which "Inserts an element before another" as shown in its documentation on pursuit.
Is there a similar function somewhere, which inserts an element after another?
I do not see such a method documented on Pursuit. If it does not exist, then how might I implement the same effect?