ADVERTISEMENT

Jessie J welcomes son

Published Jun 3, 2023 04:00 am
Internationally renowned singer Jessie J is now a mom. She recently gave birth to a baby boy, sharing the news with fans herself via an online post. On Instagram, Jessie uploaded a video of her dancing while in a hospital gown. Her huge baby bump was obvious. She noted how she welcomed her bundle of joy via C-section despite spending the last nine months preparing for a natural birth. "Strict food, the epi no, yoga, swimming, hypnobirthing methods. I had a tens machine, a birthing comb, I wanted a pool birth ideally with no medication. BUT this was MY plan to stay disciplined and focused. I knew full well it could and would most likely go in a completely different direction," she said. "When people asked me 'So what’s your birth plan' I said 'I am open to surrendering to the safest way for my baby boy to arrive.'"
Jessie related she had a scan at a few days off of 40 weeks and her baby boy was completely the wrong way around and stuck. He was also "a little chunkier than your average and long." And so she did everything to try and turn him for two months. "But he said 'Nah mum I wanna make an entrance out the roof, not the front door,'" she quipped. Jessie shared: "I was advised to have a planned C section for the safest birth. This video was taken 5 minutes before I went down to surgery. I went into active labour the night before and feeling all the feels but mostly just excitement for us to meet our baby boy." She capped off her post by explaining why she's talking to the public about her milestone. "I guess I’m sharing this because so many people have said 'Do you feel like you missed out on the birth you wanted?' I had a birth and it was everything I wanted because I got him at the end of it, that’s all that matters," she ended. Note that prior, Jessie suffered a miscarriage. Jessie J is in a relationship with Chanan Safir Colman, a basketball player. On her Instagram story, Jessie shared more inspiring messages. "I don't think I realised the impact my post would have on so many women who have felt ashamed or guilt from having a c section. Planned or emergency. If no one has told you I will. It is by no means the easy way out," she stressed. "It is a birth. Politely f\*\*\* anyone who makes you feel anything different. You had a BELLY BIRTH. Whether it was choice or not you did or had to do what was right for your baby and for you to be healthy and arrive safely. NOTHING ELSE MATTERS. Hugging you all. We did it. We DID IT!!!," she added. Jessie also thanked those who showed her love and support throughout her pregnancy journey. "I will only focus on that. Having a child has shifted my perspective and energy completely," she said. "I actively choose to only focus on the people who get it and support me. Everything else is background noise." She reiterated how she embraces her new life, new body, and new world with no apologies. "I will be on the beach with my body on show, I've missed too many moments in life caring about what people will say or think. I will be parenting my way and owning it. I love it here. Not missing out on any joy because of some opinionated hater. Block button is now a love language to myself if your vibes feel off \*YAWN\*"
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.