Posts

Showing posts with the label Jquerry

Jquerry Using Grep Function

var ActiveUserData = $.grep(usersData, function(i, j) {       return i.LastAccessed > date; }); var TotalContributerData = $.grep(usersData, function(i, j) {       return i.LastContributed != null; });