jquery to js converter online
//it works for small pieces of code, you still have to do most by hand. Just like you do at night
https://properprogramming.com/tools/jquery-to-javascript-converter/
jquery to js converter online
//it works for small pieces of code, you still have to do most by hand. Just like you do at night
https://properprogramming.com/tools/jquery-to-javascript-converter/
convert jquery code to javascript online
$(document).ready(function () {
$('#menu').click(function () {
$(this).toggleClass('fa-times');
$('header').toggleClass('toggle');
});
$(window).on('scroll load', function () {
$('#menu').removeClass('fa-times');
$('header').removeClass('toggle');
if($(window).scrollTop() > 0){
$('.top').show();
}else{
$('.top').hide();
}
});
$('a[]href*="#"]').on('click',function (e) {
e.preventDefault();
$('html, body').animate({
scrolltop : $($(this).attr('href')).offset().top,
},
500,
'linear'
);
});
});
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us