javascript - How can i convert jquery to java script? -


i want use jquery function js function how can convert it? function is:--

$(document).ready(function() {     $('#carousel').carousel({         interval: 5000     }) }); 

write same code in js on window.onload event using document.getelementbyid


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

unity3d - Rotate an object to face an opposite direction -

Upload file with tags through OwnCloud or NextCloud API -