Thanks Jeremy .. It worked for me.
-- Ashish Arya On Jan 19, 8:27 pm, Jeremy Geerdes <[email protected]> wrote: > Try changing myfeed.load(callback) to this: > > myfeed.load(function(result){callback(result, yourArgs...)}); > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote:http://jgeerdes.home.mchsi.com > [email protected] > > If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan > Church! > > On Jan 19, 2010, at 9:16 AM, Ashish Arya wrote: > > > > > Hi, > > > I have written a code > > > var myfeed=new google.feeds.Feed(url); > > myfeed.setResultFormat(google.feeds.Feed.JSON_FORMAT); > > myfeed.load(callback); > > > Here i need to pass a parameter to the callback function which i have > > to use in callback function. > > Can you please help me regarding this. > > -- > > You received this message because you are subscribed to the Google Groups > > "Google AJAX APIs" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-ajax-search-api?hl=en.
-- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
