把thickbox.js文件中的

//on page load call tb_init
$(document).ready(function(){   
    tb_init(
'a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
    imgLoader = new Image();// preload image
    imgLoader.src = tb_pathToImage;
});

相关文章:

  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-09-23
  • 2021-09-16
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案