My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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