ADVERTISEMENT

After 12 years, Jonas Brothers deliver nostalgic performance for Filipino fans

Published Feb 23, 2024 03:06 pm

At A Glance

  • After 12 long years, Kevin, Joe, and Nick are finally back at the same venue where they left a lasting impression in 2012. 
Joe Jonas.jpg
Joe Jonas (Twitter/Jonas Brothers) 

The Jonas Brothers rocked the SM Mall of Asia Arena in Pasay City on Feb. 22, leaving fans ecstatic with the memories they created.

After 12 long years, Kevin, Joe, and Nick are finally back at the same venue where they left a lasting impression in 2012. The American pop-rock band delivered an awe-inspiring performance, showcasing their hit songs throughout the years to their Pinoy fans.

During the band's comeback concert in the Philippines, fans showed their support by bringing handmade signs and customized shirts, in an event presented by Ovation Productions.

The Jonas Brothers opened the concert with their song "What a Man Gotta Do," making the night more exciting. Upon introducing the next song, Nick expressed his gratitude to the fans for the warm welcome back and for supporting their albums.

"Manila, it's so good to be back to be here tonight to celebrate five albums tonight," Nick said.

Following their debut album "Jonas Brothers," they played "S.O.S," "Hold On," "Goodnight and Goodbye," and "That's Just The Way We Roll."

The arena was filled with loud cheers and continuous energy as the trio performed on stage. For those who grew up watching the Disney Channel, the concert was a nostalgic and exciting experience.

Nick Jonas.jpg
Nick Jonas

Joe announced on stage that with the overwhelming support from fans, they will be bringing more of their songs.

"It's been way too long. We're so excited for tonight, we're just getting started," Joe said.

The Jonas Brothers recalled a surreal moment when they heard "When You Look Me In The Eyes" playing on the piano in their hotel lobby earlier that day, while the concert was ongoing.

The crowd sang along to the lyrics, "When you look me in the eyes, I catch a glimpse of heaven, I find my paradise."

The concert got even more hyped up as they continued the night with "Year 3000" followed by "Summer Baby" and "Vacation Eyes."

Joe and Nick created a medley of songs from "Camp Rock" including "Gotta Find You," "Introducing Me," and "Play My Music," which was a fan favorite.

Kevin Jonas.jpg
Kevin Jonas 

As the night progressed, the band continued to entertain the audience with a medley of their popular songs such as "BB Good," "Shelf," "Got Me Going Crazy," "Video Girl," "One Man Show," "Pushin' Me Away," and "Tonight." These songs were featured on their 2008 album, A Little Bit Longer, making it an even more memorable night for the fans.

The energy surged as the Jonas Brothers performed "Lovebug" and "Burnin' Up," evoking nostalgia.

Showing no sign of tiredness, they played a mix of new and old songs, "Waffle House," "Montana Sky," and "Fly with Me."

Then the band performed the songs "Hey Baby," "Poison Ivy," "Much Better," "World War III," "Don't Speak," "What Did I Do To Your Heart," and "Paranoid."

Jonas Brothers.jpg
Jonas Brothers 

During the concert, Joe signed a personalized photo of himself for a lucky fan on stage, providing an unforgettable fan service moment. Aside from the group songs, Nick performed his solo "Jealous", while Joe danced to "Cake by the Ocean."

After concluding their set, the Jonas Brothers returned to the stage to perform newer songs from their 2019 album, Happiness Begins, including "Comeback," "Rollercoaster," and "Strangers."

The trio closed the concert with "I Believe," "Only Human," "Sucker," and "Leave Before You Love Me," creating a night full of both new and old memories. 

The concert lasted for three hours, and to be honest, it was one of the best comeback concerts I have ever attended.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.