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.

picture.js 270 B

4 years ago
123456789
  1. (function () {
  2. var page = {
  3. isScroll: true,
  4. init: function ($page) {
  5. $page.find('#picture1').slider({ data: ['images/1.jpg', 'images/2.jpg', 'images/3.jpg', 'images/4.jpg'], indicator: true });//
  6. }
  7. };
  8. return page;
  9. })();