I have tried like this but could not get array list. It returns \'null\'
var data=[]; data[0] = \'1\'; data[1] = \'2\'; $.ajax({
Its the way you are expecting to recive the data in the action method, try
public JsonResult AddFrequencyWeekly(IEnumeable data) { }