Notification alert similar to how stackoverflow functions

后端 未结 4 2119
再見小時候
再見小時候 2020-12-13 11:25

How does stackoverflow create the slidedown effect to alert a user of a change ?

4条回答
  •  伪装坚强ぢ
    2020-12-13 12:10

    I think they use a timed event: jQuery Timed Event

    Which sends an AJAX call to the SO severs: http://api.jquery.com/jQuery.ajax/

    And then shows it in the div using the effect Andy E mentioned

提交回复
热议问题