Full Page JS jQuery Plugin

Size
2,029 Kb
Views
4,048

How do I make an full page js jquery plugin?

What is a full page js jquery plugin? How do you make a full page js jquery plugin? This script and codes were developed by Tushar Mehrotra on 31 January 2023, Tuesday.

Full Page JS jQuery Plugin Previews

Full Page JS jQuery Plugin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Full Page JS jQuery Plugin </title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="menu"> <li class="active"><a href="#firstPage">First slide</a></li>	<li><a href="#secondPage">Second slide</a></li>	<li><a href="#3rdPage">Third slide</a></li>
</div>
<div id="fullPage"> <div class="section">Section A</div> <div class="section">Section B</div> <div class="section">Section C</div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Full Page JS jQuery Plugin - Script Codes CSS Codes

#menu { position: fixed; top: 15px; left: 5px; z-index: 2;
}
#menu li { display: inline-block;
}
#menu li a { color: #fff; padding: 10px 15px; text-decoration: none; background: rgba(17, 75, 95, 0.5); border-radius: 5px;
}

Full Page JS jQuery Plugin - Script Codes JS Codes

$(document).ready(function(){ $("#fullPage").fullpage({ sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE'], anchors: ['firstPage', 'secondPage', '3rdPage'], menu: '#menu', continuousVertical: false, navigation: true, navigationTooltips: [1, 2, 3], showActiveTooltip: true });
})
Full Page JS jQuery Plugin - Script Codes
Full Page JS jQuery Plugin - Script Codes
Home Page Home
Developer Tushar Mehrotra
Username MTushar
Uploaded January 31, 2023
Rating 3
Size 2,029 Kb
Views 4,048
Do you need developer help for Full Page JS jQuery Plugin?

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!

Tushar Mehrotra (MTushar) Script Codes
Create amazing captions 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!