jquery页面刷新自调用

第一种:
$(document).ready(function () {
  $('.vjs-control-bar').css({
    "bottom": "-1.8rem"
  })
})

第二种:
$(function () {
  $('.vjs-control-bar').css({
    "bottom": "-1.8rem"
  })
});

  





posted @ 2019-09-26 14:58  咱也不敢问  阅读(506)  评论(0编辑  收藏  举报