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
For general usage, controlling and modifying elements we add some data values when a plugin binded.
Rocket Data
// data name uxRocket
uxRocket: {"hasWrapper": true,// when plugin wraps the element, set to true otherwise false"wrapper": "uxitd-clear-wrap","ready": "uxitd-clear-ready","selected": selector,// the jQuery selector"options": options// plugin options}
Plugin Data
Currently we are storing merged plugin options to element
For general usage, controlling and modifying elements we add some data values when a plugin binded.
Rocket Data
Plugin Data
Currently we are storing merged plugin options to element
Note that: Plugin defaults can also modified both from
options
object while plugin binding or formdata
attributes on the element.The text was updated successfully, but these errors were encountered: