https://github.com/sagittaracc/anchor-navigation
https://github.com/sagittaracc/anchor-navigation
anchor js navigation states web-browser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagittaracc/anchor-navigation
- Owner: sagittaracc
- License: mit
- Created: 2021-07-26T15:47:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T13:09:28.000Z (about 3 years ago)
- Last Synced: 2025-02-05T08:51:32.733Z (4 months ago)
- Topics: anchor, js, navigation, states, web-browser
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Подключение
```html```
### Использование
```js
navigation('/page.php')
.anchor("#anchor-1", function(){
// Сделать что-нибудь
})
.anchor("#anchor-2", function(){
// Сделать что-нибудь другое
})
```