[jQuery] WYMeditor hiccups
http://studybreaks.com/story.php and click "Preview" within the WYMeditor
FireBug is telling me:
$j has no properties
fWYM_INIT_DIALOG(0)jquery.wymeditor.... (line 1263)
onload(load )story.php (line 1)
[Break on this error] if($j.isFunction(wym._options.fPreInitDialog))
jquery.wymeditor.... (line 1263)
jQuery is not defined
[Break on this error] null
However, $j is defined globally throughout jquery.wymeditor.js, as:
var $j = jQuery.noConflict();
Why would it not be defined in fWYM_INIT_DIALOG() ?
-Devin