Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


DateRangePicker (Dan Grossman) appears in wrong location with jQuery 1.7
Using the daterangepicker.js calendar control by Dan Grossman with Bootstrap 3 and jQuery 1.10 worked okay.
But using jQuery 1.7 (and Bootstrap 2) caused a problem - the calendar always appeared on top of the text box instead of below it.
Solution:
Find the two references to "outerHeight" in daterangepicker.js and change to outerHeight(true).
This will return a number as expected instead of an object.

Created By: amos 1/20/2016 1:47:34 PM
Updated: 1/20/2016 4:10:14 PM