Created
October 30, 2023 23:51
-
-
Save messiisgreat/e3634cf01cc6e69e56085e513ae7b002 to your computer and use it in GitHub Desktop.
Wrapping part of WP page-builder-add plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wrapItems : function () { | |
var base = this; | |
base.$userItems.wrapAll("<div class=\"owl-wrapper\">").wrap("<div class=\"owl-item\"></div>"); | |
base.$elem.find(".owl-wrapper").wrap("<div class=\"owl-wrapper-outer\">"); | |
base.wrapperOuter = base.$elem.find(".owl-wrapper-outer"); | |
base.$elem.css("display", "block"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Important part of carousel