Page is a not externally linkable
nelsonm - 12:31 am on Jul 11, 2012 (gmt 0)
Nevermind, I changed the selector syntax to:
$('#prt-workorder-window textarea#wo-Notes').val(text);
$('#prt-workorder-window:hidden').find('textarea#wo-Notes').autosize();
It now works.