diff --git a/docs/js-examples/index.md b/docs/js-examples/index.md index 7eca815c6..2029e7bf1 100644 --- a/docs/js-examples/index.md +++ b/docs/js-examples/index.md @@ -52,14 +52,30 @@ $('#CloseModal').on('click', function() { Tables and video embeds do not natively scale well on smaller screens. Slate adds a wrapper class to tables and video embeds that are loaded in from a rich text editor. +| Parameters | Type | Description | +| :------------------- | :------------ | :------------ | +| `$tables` | jQuery object | `` elements to be made responsive | +| `tableWrapperClass` | string | CSS class to apply on the `
` that will wrap each targeted `
` element | +| `$iframes` | jQuery object | `