alvarotrigo / alvarotrigo/pagePiling.js
PagePilling catch every link with #, and scroll to the first section.
Đang mở
bug
- Ngôn ngữ chính
- JavaScript
- Star
- 4.1k
- Fork
- 633
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I'm using Page Pilling with following configuration:
```
$( document ).ready(function() {
/* Page Pilling */
$('#pagepiling').pagepiling({
anchors: ['home'],
menu: '#menu-header'
});
});
```
Inside my `.section-2`, I have some links that I use to control my TabBar:
```
```
When I click in one of theses links, Page Pilling Redirects me to` .section-1`, why?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.