123456789101112131415 |
- (function () {
- var page = {
- isScroll: true,
- init: function ($page) {
- $page.find('#switch1').lrswitch();
- $page.find('#switch2').lrswitch();
- $page.find('#switch3').lrswitch();
- $page.find('#switch4').lrswitch();
- $page.find('#switch5').lrswitch();
- $page.find('#switch6').lrswitch();
- $page.find('#switch7').lrswitch();
- }
- };
- return page;
- })();
|