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. });