An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

### Подключение
```html

```
### Использование
```js
navigation('/page.php')
.anchor("#anchor-1", function(){
// Сделать что-нибудь
})
.anchor("#anchor-2", function(){
// Сделать что-нибудь другое
})
```