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: content/plugins/advanced_plugin_concepts.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ Notice that we've created a reference to the injected wrapper and we're also cal
315
315
316
316
The *$.extend()* method will now recurse through all nested objects to give us a merged version of both the defaults and the passed options, giving the passed options precedence.
317
317
318
-
The plugin user now has the power to specify any attribute of that wrapper element so if they require that there be a hook for any CSS styles then they can quite easily add a class or change the name of the ID without having to go digging around in plugin source.
318
+
The plugin user now has the power to specify any attribute of that wrapper element so if they require that there be a hook for any CSS styles then they can quite easily add a class or change the name of the ID without having to go digging around in plugin source.
319
319
320
320
The same model can be used to let the user define CSS styles:
0 commit comments