Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Apr 8, 2013
1 parent 939413c commit b795cd6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Expand Up @@ -17,12 +17,17 @@ Simply add the script after jQuery

### Options

**Methods**
* `$(grid).gridLayout('refresh')` will recalculate existing initiated grid. Useful when for example you have set a new height with JavaScript on the grid.

$(grid).gridLayout({
// Resize event, triggers when window resize with 100ms delay to increase performance
'resize' : function() {}
})
**Events**
```
$(grid).gridLayout({
// Resize event, triggers when window resize with 100ms delay to increase performance
'resize' : function() {}
})
```


## Browser support

Expand All @@ -41,4 +46,4 @@ Simply add the script after jQuery
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column-span: 1;
-ms-grid-row-span: 1;
-ms-grid-row-span: 1;

0 comments on commit b795cd6

Please sign in to comment.