Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created February 24, 2012 06:31
Show Gist options
  • Save luckyruby/1898402 to your computer and use it in GitHub Desktop.
Save luckyruby/1898402 to your computer and use it in GitHub Desktop.
$ ->
mydata = [{pickup: '03/01/2011'}]
for data,i in mydata
$('#rates_grid').jqGrid 'addRowData', i+1, data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment