Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Check out a working example on [JSFiddle](https://jsfiddle.net/solodev/3stm0mnq/

The scroll down anchor contains the following basic HTML markup.

```
```html
<section class="company-heading intro-type" id="parallax-one">
<div class="container">
<div class="row product-title-info">
Expand Down Expand Up @@ -46,7 +46,7 @@ The scroll down anchor contains the following basic HTML markup.

The following JavaScript is required to initialize the anchor.

```
```js
$(document).ready(function(){
$("a").on('click', function(event) {
if (this.hash !== "") {
Expand All @@ -70,7 +70,7 @@ All necessary CSS is included in scroll-down.css

This tutorial includes the following third party resources.

```
```html
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="scroll-down.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
Expand Down