jquery-bem icon indicating copy to clipboard operation
jquery-bem copied to clipboard

setMod works wrong if block has mix

Open ijakparov opened this issue 8 years ago • 0 comments

<div class="button">
<span class="button__control clearfix">ok</span>
</div>

jQuery('.button').elem('control').setMod('visibility','hidden'); // gives me class="button__control clearfix clearfix_visibility_hidden"

If i'm trying to add mod to control element it happens with clearfix not with button__control.

ijakparov avatar May 10 '17 05:05 ijakparov