By cgardes on Sat, 01/09/2016 - 13:32
Forums:
Hello,
I have an issue with date picker with pari 7.3 pail version, popup is not available.
If I use the Pari 7.x-1.2 release, it works, datepicker popup appears.
Please, let me know what to do ! :)
Regards,
Christophe Gardes
Comments
What modules you are using for datepicker??
OK, I have found the problem. Date module uses $.browser
But $.browser has been removed from JQuery 1.9
PariPro theme comes with jQuery v1.11.3
We will solve this in version PariPro version 7.4 At this time, please follow below steps:
<?php print $scripts; ?>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
Done!!!
It's ok for the popup.
Christophe
Alternatively you can also upgrade to PariPro v7.4 :)