Tag Archives: jQuery wrap text

jQuery wrap Method


jQuery wrap method : is used to cover the selected element with another element.


Syntax

$(selector).wrap(element);

jQuery wrap Method Example

jQuery wrap() Method – Example


Try it »