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