Answer the question
In order to leave comments, you need to log in
Why, when running on Open Server, the code that is not saved is executed?
Tell me, please, what is the problem.
There is a project. Everything on the open server so that $().load would work.
There are 2 columns.
<div class="wrapper">
<main>
<section class="menu">
<nav>
<ul>
<li class="current"><a href="pages/about.html" id="aboutLink">About</a></li>
<li><a href="pages/portfolio.html" id="portfolioLink">Porfolio</a></li>
<li><a href="pages/contact.html" id="contactLink">Contact</a></li>
<li><a href="pages/blog.html" id="blogLink">Blog</a></li>
</ul>
</nav>
</section>
<section class="content" id="content">
LOREM IPSUM
</section>
</main>
</div>
<div id="about" class="animated fadeIn">
<div class="content__info" id="content__info">
<h2>Lorem.</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laudantium fugiat, quisquam facilis repellat praesentium omnis eveniet deserunt quaerat. Soluta a eaque sunt voluptas sint in harum quidem quas molestias incidunt!</p>
<img src="img/img-face.png" alt="">
</div>
<div class="content__button">
<button><a href="#">Hire me</a> </button>
</div>
<div class="content__contact">
<div>
<i class="fab fa-vk"></i>
<p>vk.com/placeholder</p>
</div>
<div>
<i class="fab fa-google"></i>
<p>[email protected]</p>
</div>
<div>
<i class="fab fa-yandex"></i>
<p>[email protected]</p>
</div>
</div>
</div>
<div id="about" class="animated fadeIn">
Answer the question
In order to leave comments, you need to log in
Found a solution. The browser cached this page for some reason. Disable cache helped
Hello, it's not entirely clear where the open server has to do with it. How do you pass values to div, by class? Can you post a code example? Through for you run through the divs?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question