javascript - Simple nicEdit is not working at all without any error -
i trying use nicedit create simple textarea editor. not working , not giving error.
here link http://aht.com.pk/temp/html/index.html
check rich text editor description, type , hit bold or underline etc button. whats wrong?
here html
<textarea name="description">sample text</textarea> and js
bklib.ondomloaded(niceditors.alltextareas);
try thing this.
bklib.ondomloaded(function() { niceditors.alltextareas() }); don't forget include nicedit-latest.js , put above code inside <script> tag.
Comments
Post a Comment