Is it possible to create a non-centered Javascript alert box?

前端 未结 2 496
没有蜡笔的小新
没有蜡笔的小新 2021-01-20 12:28

For a standard Javascript alert() box, is it possible to have it appear in a position other than the center of the screen? Can you specify horizontal and/or ver

2条回答
  •  伪装坚强ぢ
    2021-01-20 13:05

    Afaik, it cannot be positioned where you want it.

    Instead of using the default js alert box, you can always use one of the JS framework / toolkit solutions that offer way more in terms of functionality and customization.

    I'm personally a fan of jQuery and jQueryUI

提交回复
热议问题