Can I test Javascript code in GWO? For example, how would I test:
$('#first_name_field').watermark('First name');
Ideally the person who tests different content doesn't have to enter lots of javascript, only the text they want to change... like "First name" above.