Hansi Silva
unread,Oct 17, 2011, 2:31:11 AM10/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Event Calendar Plugin
I want to change following request as a Ajax request.
link_to(I18n.localize(month_date, :format => "%B"), {:month =>
month_date.month, :year => month_date.year})
I make this request as follows. But it did not work.
link_to_remote (I18n.localize(month_date, :format => "%B"), {:month =>
month_date.month, :year => month_date.year})
Can anybody help me to correct this...