jordandelozier / wysibb

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

Only working with jquery 1.11.0? #162

Open renfordt opened 8 years ago

renfordt commented 8 years ago

Hi, I wanted to include this WYSIBB editor in my forum. I had some troubles in getting started with this editor due one simple fact. WYSIBB does not work with a higher version than 1.11.0? Is it possible to fix this? Tested with the current jQuery 3.1.0 version

rumblefrog commented 8 years ago

It looks like it only works with Jquery >= 2.0 and <3.0

BoillotFrederic commented 7 years ago

For compatibility with jQuery >= 3.0 Replace .size() by .length in jquery.wysibb.js

baszczewski commented 6 years ago

Relates to #191

ghost commented 6 years ago

Watch this Pull Request