1

In Smarty , below code not working in IE

$("#from").datepicker({
    dateFormat: 'dd/mm/yy',
    altFormat: 'yy-mm-dd',
    altField: '#from_alt',
    changeMonth: true,
    changeYear: true,
    beforeShowDay: nationalDays,
    onSelect: function(from) {

    }     

});

In IE Error: SCRIPT5007: Unable to get property 'jQuery16207033619778684976' of undefined or null reference (jQuery JavaScript Library v1.6.2)

PrestaShopDeveloper
  • 3,110
  • 3
  • 21
  • 30
Aravinthan
  • 487
  • 1
  • 4
  • 7

0 Answers0