$(\"#addSelect\").click(function() { $(\"#optionsForm\").after(\"Hello world.\"); } );
This works.
$(\"#addSelect\").click(
a cleaner approach is to use tag
https://stackoverflow.com/a/12097933/1416458
content-type must be set for html 4.0 compliance.