1 |
|
2 | Object.defineProperty(exports,"__esModule",{value:!0})
|
3 | exports.fn=exports.params=exports.description=exports.active=exports.type=exports.name=void 0
|
4 | exports.name="removeAttributesBySelector"
|
5 | exports.type="perItem"
|
6 | exports.active=!1
|
7 | exports.description="removes attributes of elements that match a css selector"
|
8 | exports.params={}
|
9 | exports.fn=function(e,t){(Array.isArray(t.selectors)?t.selectors:[t]).map((function(t){e.matches(t.selector)&&e.removeAttr(t.attributes)}))}
|