DEV Community

Discussion on: Flexibility and Boundaries in a Business Environment

Collapse
 
bernardbaker profile image
Bernard Baker

That's true. A lot of managers do. Like your article about the HTML dialog tag. Just what I was looking for for an e-commerce shopping cart message. what is not supported in ie so do you think I should just stick with a standard alert fall back?

Thread Thread
 
aumayeung profile image
John Au-Yeung

I think you can check if the showModal method is a function.

If it is, then you can display the dialog element. Otherwise, you display an alert.