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
It looks like in version 3.x !important was added to .hide, the problem with this is that now when you use hide on an element and then try to use jquerys toggle functions the important is taking over and nothing happens. I've gotten around this by doing slideToggle().removeClass('hide'); but it's ugly and the first transition is not smooth at all. I'm not sure why hide has !important now but if possible it should be removed.
The text was updated successfully, but these errors were encountered:
It looks like in version 3.x !important was added to .hide, the problem with this is that now when you use hide on an element and then try to use jquerys toggle functions the important is taking over and nothing happens. I've gotten around this by doing slideToggle().removeClass('hide'); but it's ugly and the first transition is not smooth at all. I'm not sure why hide has !important now but if possible it should be removed.
The text was updated successfully, but these errors were encountered: