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

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -