Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

plugin does not create FCK object in Firefox3


Project:FCKEditor Plugin
Version:1.2.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I've downloaded Firefox3. My code (which really works in Firefox2) doesn't work!

//

Generated error:
Error: FCKeditor is not a constructor
Source File: http://xstilla.feel.iota.strategicit.lan/i/ssm/js/jquery.FCKEditor.js
Line: 123

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

<textarea class="fck" cols="60" rows="20" name="test"></textarea>

<script type="text/javascript">
//<![CDATA[
$(document).ready(
function() {
$.fck.start({toolbar:'Basic'});
}
);
//]]>
</script>

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.