JQuery, Datepicker...OnSelect wont work in IE -


ok...really bugging me. working on platforms, reason, not now. go figure, ie causing problems following code:

$(document).ready(function() {     $("#ecalendar").datepicker({        onselect: function(datetext, inst) {          alert("finally!");        },        beforeshowday: setscheduleddays     });  }); 

works great in every browser except ie. know has been asked billion times, none of other answers garnered results.

try targeting select list so:

$("#ecalendar select").datepicker({  

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -