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
Hello!
In head() method you cache the head part of the tag.
But when I try to remove attibute via removeAttr() method it don't update _head property
May be it necessary to reset _head property to null at the end of removeAttr() method?