History.JS demo

Size
1,788 Kb
Views
24,288

How do I make an history.js demo?

What is a history.js demo? How do you make a history.js demo? This script and codes were developed by Martin Michálek on 29 September 2022, Thursday.

History.JS demo Previews

History.JS demo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>History.JS demo</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
</head>
<body> <ul role="navigation"> <li><a href="/prvni">První</a></li> <li><a href="/druhy">Druhý</a></li> <li><a href="/treti">Třetí</a></li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/history.js/1.7.1/bundled/html4+html5/jquery.history.js'></script> <script src="js/index.js"></script>
</body>
</html>

History.JS demo - Script Codes JS Codes

// History.js example
(function(window,undefined){ // Prepare var History = window.History; // Note: We are using a capital H instead of a lower h $('[role=navigation] a').click(function(e){ History.pushState(null, null, $(this).attr('href')); e.preventDefault(); }) History.Adapter.bind(window,'statechange',function(){ var State = History.getState(); History.log(State.data, State.title, State.url); });
})(window);
History.JS demo - Script Codes
History.JS demo - Script Codes
Home Page Home
Developer Martin Michálek
Username machal
Uploaded September 29, 2022
Rating 3
Size 1,788 Kb
Views 24,288
Do you need developer help for History.JS demo?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Martin Michálek (machal) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!