Just what it says,
Want to have this
$('input').after(" ");
in YUI, or if not possible in YUI then in pure javascript.
Thanks!
It's also possible as a one-liner in YUI, if that's what you're using:
Y.all('input').insert(' ','after');
http://jsfiddle.net/h87zP/