Can't wrap div with Jquery

Support forumCategory: QuestionsCan't wrap div with Jquery
mica_campbell asked 3 years ago
I just want to wrap my div with: $( "#booking-overview" ).wrap( "<div class='new'></div>" );   But it does not work, why is this? The code works across my site except for the plugin
1 Answers
Nikola Loncar Staff answered 3 years ago
Hi Mica, you need to do that after plugin is loaded on page. Best regards, Nikola