Extra fields on checkout step 4 - IE issue

Hello



Extra field for calendar does not work properly only in IE 8 +. I mean if you call calendar sign on step four of checkout it does not show up, but if to reload the page it starts working.



What could be the problem?



Thanks

Problem solved.



in second instanse of calendar1.tpl (specially for step4) change



if (jQuery.ua.browser == 'Internet Explorer') {$ldelim}
$(window).load(function(){$ldelim}




to



if (jQuery.ua.browser == 'Internet Explorer') {$ldelim}
$(document).ready(function(){$ldelim}