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
Post a Comment