longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 578 forks source link

jQuery 1.3.2 support. Issue #288 #291

Closed dtaipov closed 7 years ago

dtaipov commented 7 years ago

Moved events binding for days and week number elements to showMonth() function - the place where the elements are added to the DOM. This code tested and works with jquery-1.3.2 and jquery-1.12.2.

holtkamp commented 7 years ago

relates to https://github.com/longbill/jquery-date-range-picker/issues/288

holtkamp commented 7 years ago

@dtaipov thanks, are you aware of anyway to test this (automatically) against the various JQuery versions? We'll need this anyway, since delegate is deprecated as of JQuery 3.0... but some testing approach might be nice...

holtkamp commented 7 years ago

tagged in https://github.com/longbill/jquery-date-range-picker/releases/tag/0.14.0