Skip to content

Commit

Permalink
Merge pull request #2064 from willthemoor/patch-1
Browse files Browse the repository at this point in the history
Add Example Syntax for slickSetOption to Readme
  • Loading branch information
simeydotme committed Jan 30, 2016
2 parents 094d81a + 2869dd7 commit 6f21ee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ $(element).slick({
speed: 500
});
```

Change the speed with:

```javascript
$(element).slick('slickSetOption', 'speed', 5000, true);
```

Destroy with:

Expand Down

0 comments on commit 6f21ee3

Please sign in to comment.