Passing argumets from links to ajax function

Passing argumets from links to ajax function


Hai Friedns,
i have following three links on my page ,
<a href="javascript:submit_data(2008-10-05,2008-11-04)" >2008-10-05 -
2008-11-04</a>
<a href="javascript:submit_data(2008-09-05,2008-10-04)" >2008-09-05 -
2008-10-04</a>
<a href="javascript:submit_data(2008-08-05,2008-09-04)" >2008-08-05 -
2008-09-04</a>
Whenever i click these links it should be posted with
corresponding values (start_date & end_date) to the ajax function
using jquery.
My questions is, how can i send the values as the arguments from
the links to the jquery ajax function?
Thanks & Regards,
Balavignesh.