humaan / Modaal

An accessible dialog window library for all humans.
http://humaan.com/modaal/
MIT License
2.72k stars 183 forks source link

Improve jQuery support #85

Closed danb-humaan closed 5 years ago

danb-humaan commented 7 years ago

Currently we only support jQuery 1.x, it'd be nice to expand this to 2.x and 3.x as they're newer.

Bonus points: make the core vanilla JS, but add the jQuery integration with a bridge, a la Isotope et al.

Bonus bonus points: make the core ES6 and use a transpiler to create an ES5-compatible build (I'd be happy to tackle this one).

danhumaan commented 5 years ago

Over the last 6-8 months, Modaal has been used extensively with jQuery v3 with no issues at all. I'm confident this is supported under v3.

For the moment I'll close this ticket as conversion to vanilla is much larger task we don't strictly have on the horizon, but is also covered in #14