material design - Close programmatically an overlay MUI CSS -


how close overlay created mui css ?

for now, see :

mui.overlay('off', modalel); 

but looks ugly since modalel has global reachable in function that'll trigger closing of overlay

had same issue, yes way go declare modal global in view, using hide modal

mui.overlay('off', modalel) 

using display modal

mui.overlay('on', modalel); 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -