I searched all IE7 FAQs and tips but I could not find the solution.

Basically the Datepicker doesn't work at all in IE7. It does not
appear and most disturbing, IE7 doesn't show any Javascript error.
Works just fine in FF3.

My code is:

<script type="text/javascript">
$(function() {
$('#campaignDate').datepicker($.datepicker.regional['pt-BR']);
});
</script>

<input type="text" name="form.campaignDate" size="7" value="__/__/
____" id="campaignDate" class="textoTextfield"/>

I tried removing the last semicolon but nothing changed.

Reply via email to