Skip to content
Advertisement

Pure javascript method to wrap content in a div

I want to wrap all the nodes within the #slidesContainer div with JavaScript. I know it is easily done in jQuery, but I am interested in knowing how to do it with pure JS.

Here is the code:

JavaScript

I want to wrap the divs with a class of “slide” collectively within another div with id="slideInner".

Advertisement

Answer

If your “slide”s are always in slidesContainer you could do this

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement