foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
17 lines (13 loc) • 431 B
HTML
{{
```javascript
{
// specify the classes or IDs will close clearing when clicked.
close_selectors : '.clearing-close',
// specify the classes or IDs that will open clearing when clicked, defaults to the entire li element
open_selectors : '',
// specify the classes or IDs that will be skipped in carousel
skip_selector : '',
touch_label : '← Swipe to Advance →'
}
```
{{/markdown}}