My static website generator using poole https://www.xythobuz.de
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

yoxview-nojquery.js 242B

12345
  1. jQuery(document).ready(function($){
  2. // Uncomment the following line if you use an additional Javascript library (likr Prototype, for example) in the same page as YoxView:
  3. // jQuery.noConflict();
  4. $(".yoxview").yoxview();
  5. });