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
I am not sure I am doing something wrong, but I try to store the selector name in a variable like this: $target = $this.closest('.whatever').find('.' + $identifier);
and try to change it like this: jss.set($target, { borderColor: "#whatever" });
but I get this error:
Uncaught TypeError: t.toLowerCase is not a function
The text was updated successfully, but these errors were encountered:
I am not sure I am doing something wrong, but I try to store the selector name in a variable like this:
$target = $this.closest('.whatever').find('.' + $identifier);
and try to change it like this:
jss.set($target, { borderColor: "#whatever" });
but I get this error:
The text was updated successfully, but these errors were encountered: