asp.net - Why Jquery datepicker popup doesn't appear next to the textbox to which it's associated in IE? -
i have several textboxes utilize calendar purpose.
function setupdatepicker() { var $alldatepickers = $('.datepicker'); $.each($alldatepickers, function () { $(this).datepicker(); }); });
ff , chrome work fine, i.e. calendar appear under textbox clicked.
but ie, no matter textbox located, calendar appear next first textbox.
any thought why?
jquery asp.net
No comments:
Post a Comment