スマホ向けページャーでページジャンプを可能にした
This commit is contained in:
6
public/js/tissue.js
vendored
6
public/js/tissue.js
vendored
@@ -46,4 +46,10 @@
|
||||
});
|
||||
};
|
||||
|
||||
$.fn.pageSelector = function () {
|
||||
return this.on('change', function () {
|
||||
location.href = $(this).find(':selected').data('href');
|
||||
});
|
||||
};
|
||||
|
||||
})(jQuery);
|
Reference in New Issue
Block a user