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
To allow users to access and even manipulate those information, you can store them in a variable containing the settings of your plugin. A better implementation of the previous code is shown below:
246
249
250
+
```
247
251
// Retain an internal reference:
248
252
var wrapper = $( "<div />" )
249
253
.attr( settings.wrapperAttrs )
@@ -258,7 +262,7 @@ Notice that we've created a reference to the injected wrapper and we're also cal
0 commit comments