views:

365

answers:

0

Hi, I am using JQuery datepicker plugin and globally setting all fields with certain class name to use that ( $(".date-field").datepicker({ showOn: 'both' });)

This causes the forms with a date field in them to flicker. I was wondering if anyone knows any workaround for this.

thanks