jordandelozier / wysibb

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

Jquery 3.* support #193

Open litlife opened 6 years ago

litlife commented 6 years ago

Method .size() was deprecated years ago and removed in version 3. Replaced to .length

ghost commented 6 years ago

You have to replace the "bind()" and "unbind()" functions as well.

lobodol commented 6 years ago

Any news about this pull request ? It is planed to be merged soon ?

kumy commented 5 years ago

I came across this too. It's sad to see such PR not merged. BTW, project has no commits since more than 2 years, is it dead?

kumy commented 5 years ago

@litlife wouldn't it be better to fix issues in non minimified file version? Generally, the .min. files are generated on release…