uilang icon indicating copy to clipboard operation
uilang copied to clipboard

Support multiple classes

Open qweek opened this issue 10 years ago • 1 comments

self.classValue.split(" ").forEach(function (value) {
  el.classList[self.classBehavior](value)
});

See more:https://github.com/qweek/uiscript/blob/master/uiscript.js

qweek avatar Sep 03 '14 15:09 qweek

I agree, I think this would be an important addition.

patrickcate avatar Feb 16 '15 02:02 patrickcate