You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ It will then look for the `targetAttr` (by default "data-featherlight") on this
62
62
63
63
***configuration*** – Object: Object to configure certain aspects of the plugin. See [Configuration](#configuration).
64
64
65
-
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](content_filters])) to be opened in the ligthbox.
65
+
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](#content-filters)) to be opened in the ligthbox.
66
66
67
67
## Manual calling of Featherlight
68
68
In cases where you don't want an Element to act as Trigger you can call Featherlight manually. You can use this for example in an ajax callback to display the response data.
69
69
70
70
$.featherlight($content, configuration);
71
71
72
-
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](content_filters])) to be opened in the ligthbox.
72
+
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](#content-filters)) to be opened in the ligthbox.
73
73
74
74
***configuration*** – Object: Object to configure certain aspects of the plugin. See [Configuration](#configuration).
0 commit comments