How do I use .datepicker() on multiple elements at once?

How do I use .datepicker() on multiple elements at once?


Basically I have many textfields on my page and they all have the
class name "datepicker." I want them all to implement your excellent
datepicker plug-in, but when I do:
$('.datepicker).datepicker()
it only applies to the very first text field. Is there a way I can do
this with out writing a line of code for every text field?