jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Cant submit form #155

Closed mops1k closed 8 years ago

mops1k commented 8 years ago

Hi! I make web application, where i need to use bbcodes and my choise of bb editors was wysibb, before i include it in project, form submitting working fine, after, when i push submit button, nothing going on. Browser i used is google chrome. I am not good in javascript and cant fix it by myself.

Some help? Thanks!

mops1k commented 8 years ago

After pushing submit button i get in console: Set focus to WysiBB editor

jordandelozier commented 8 years ago

Just call WysiBB API method before submit form: $("#editor").sync()

mops1k commented 8 years ago

Thanks, working!