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
We need a way to replace jQuery data method. With domData.get we can get the value of a property and pass an initial value to it, but we can't set it again after that.
The idea would be to create a method set to resolve this.
The text was updated successfully, but these errors were encountered:
We need a way to replace jQuery
data
method. With domData.get we can get the value of a property and pass an initial value to it, but we can't set it again after that.The idea would be to create a method
set
to resolve this.The text was updated successfully, but these errors were encountered: