[jQuery] Re: How to pass arguments from link to ajax function

2008-11-16 Thread balavignesh
Hi leap ! I want to pass arguments from link to jquery function , like follow $("#view").click(function(){ ... ...logic to send the values using jquery ajax... ... }); Any suggestion , ... Regards, Balavignesh

[jQuery] Re: How to pass arguments from link to ajax function

2008-11-14 Thread Leapfrog!
try putting the dates in single quotes, like this (assuming they are to be two separate values): "_javascript_:submit_data('2008-10-05','2008-11-04');" >2008-10-05 - 2008-11-04 balavignesh wrote: Hai Friedns, i have following three links on my page , "_javascript_:submit_data(2008-10