how come this doesnt echo out on my page? supposed to be an ajax call:
Trying to write a form tag to the #quantity div.
echo '<script type="text/javascript">' . "\n";
echo '$("#quantity").append(function(index, html) { '. "\n";
echo 'return' . "\n";
echo '<form name="f1" id="f1"><input name="f1" id="f_1" type="hidden" value="1235" /></form>' . "\n";
echo ' });' . "\n";
echo '</script>' . "\n";