This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dl class="accordion"> | |
| <dt>Заголовок</dt> | |
| <dd> | |
| Контент | |
| </dd> | |
| <dt>Заголовок</dt> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="wrapp_tabs"> | |
| <ul class="tabs_list"> | |
| <li class="tabs_item active"> | |
| </li> | |
| <li class="tabs_item"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="navigation clearfix"> | |
| <li> | |
| <a href="#block1" class="navigation_item current">Scroll block 1</a> | |
| </li> | |
| <li> | |
| <a href="#block2" class="navigation_item">Scroll block 2</a> | |
| </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="gmap" id="gmap" data-gmap-type="mapBox" | |
| data-coords='[{"lat": 55.775723, "lon": 49.196191, "title":""}]'></div> | |
| if($('.gmap').length){ | |
| self.googleMaps(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| self.anchorLink(); | |
| /* | |
| * | |
| * Anchor Link | |
| * | |
| */ | |
| anchorLink: function() { |
NewerOlder