Redo the javascript implementation on the website
Budget: $30 – $250 USD
A previous designer has delivered a working design based on Jquery and Bootstrap.
Some of the javascript files have been taken from another site and appear to contain code that I do not recognize.
I want help to go through all the javascript that is on the page, come up with suggestions for change and then help with the implementation and be support for further questions.
The basis of the page is that menus should appear during onmouseover and clicks should close menus and open the search function.
Some javascript is embedded on the page and some code is central, here it needs a structuring job.
There is a calendar function on the booking page (https://test.hyrbro.se/produkt/slapvagnslift-dinolift-105tl-bks63m/) that I want to redo, the design should be 100% of the width, week number must be in a column on the left. The code need to get validated and optimied.
Homepage: https://test.hyrbro.se/
Product page: https://test.hyrbro.se/produkt/slapvagnslift-dinolift-105tl-bks63m/
All files are located at the website:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/imagesloaded.pkgd.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/bootstrap.bundle.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/navigation.js"></script>
<script src="https://test.hyrbro.se//assets/js/main.js?v=595673"></script>
<script src="https://test.hyrbro.se//assets/js/main1.js?v=553087"></script>
<script src="https://test.hyrbro.se//assets/js/script.js?v=775423"></script>
<script src="https://test.hyrbro.se//assets/js/reservation-datepicker.js"></script>
<script src="https://test.hyrbro.se//assets/js/fecha.min.js"></script>
Some of the javascript files have been taken from another site and appear to contain code that I do not recognize.
I want help to go through all the javascript that is on the page, come up with suggestions for change and then help with the implementation and be support for further questions.
The basis of the page is that menus should appear during onmouseover and clicks should close menus and open the search function.
Some javascript is embedded on the page and some code is central, here it needs a structuring job.
There is a calendar function on the booking page (https://test.hyrbro.se/produkt/slapvagnslift-dinolift-105tl-bks63m/) that I want to redo, the design should be 100% of the width, week number must be in a column on the left. The code need to get validated and optimied.
Homepage: https://test.hyrbro.se/
Product page: https://test.hyrbro.se/produkt/slapvagnslift-dinolift-105tl-bks63m/
All files are located at the website:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/imagesloaded.pkgd.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/bootstrap.bundle.min.js"></script>
<script src="https://test.hyrbro.se//assets/js/navigation.js"></script>
<script src="https://test.hyrbro.se//assets/js/main.js?v=595673"></script>
<script src="https://test.hyrbro.se//assets/js/main1.js?v=553087"></script>
<script src="https://test.hyrbro.se//assets/js/script.js?v=775423"></script>
<script src="https://test.hyrbro.se//assets/js/reservation-datepicker.js"></script>
<script src="https://test.hyrbro.se//assets/js/fecha.min.js"></script>