1.设置Skin

如果有用Jquery,

(function ($) {
    var d = $.dialog.defaults;
    d.skin = ['default', 'chrome', 'facebook', 'aero'];
    d.plus = true;
})(art);

要放在

$(function(){})之前,不然会出错.

相关文章:

  • 2021-07-29
  • 2021-08-25
  • 2021-09-30
  • 2021-07-07
  • 2021-06-11
  • 2021-05-12
  • 2021-08-04
  • 2021-12-20
猜你喜欢
  • 2021-11-23
  • 2021-11-03
  • 2021-10-23
  • 2021-10-21
  • 2021-05-29
  • 2021-11-24
  • 2021-09-22
相关资源
相似解决方案