Skip to content
Thomas Weinert edited this page Jul 31, 2014 · 1 revision

FluentDOM\Query::removeData()

FluentDOM\Query removeData([ string|array|NULL $name = NULL ]);

Remove an data attribute from each of the matched elements. If $name is NULL or * all data attributes will be deleted.

Clone this wiki locally