vodkabears / Remodal

No longer actively maintained.
http://vodkabears.github.io/remodal/
MIT License
2.75k stars 771 forks source link

jQuery minimum version requirement #174

Closed kalenjordan closed 9 years ago

kalenjordan commented 9 years ago

Hey there, thanks for this awesome project. I'm trying to figure out what the minimum jQuery version requirement is and had some trouble hunting that down. I seem to be running into some issues with a site that's on jQuery 1.4.

vodkabears commented 9 years ago

I've tested it in the quite new versions.

kalenjordan commented 9 years ago

@VodkaBears gotcha. So it probably wouldn't surprise you if it wasn't compatible with 1.4?

vodkabears commented 9 years ago

I am more surprised by your jQuery version :D

vodkabears commented 9 years ago

jQuery 1.4 does not support this method: http://api.jquery.com/on/.

kalenjordan commented 9 years ago

Cool gotcha. And by the way it's not my personal project. I have a customer on an older version and I don't have too much direct control over getting it updated.

Thanks again for the quick feedback and for this amazing project!