Gossip & News

CMAs Date Night! Jessie James Decker and Eric Decker’s Romance


master mentalism tricks

[]

That special kind of love! Jessie James Decker and Eric Decker have a love story that’s all their own — and Us Weekly is taking a look back on the pair’s journey to happiness over the years.

The “Wanted” singer and the former NFL pro began dating in 2011 after becoming acquainted through mutual friends. “He was in Arizona training, and I got a text from my girlfriend who said, ‘I’m having dinner with this guy I’m seeing, and this other guy just showed up, and he’s stunning,’” Jessie recalled to Access Hollywood in 2013. “Show him a picture of me, and see if he’s into it.”

After Eric received her number and took the initiative to text her first, Jessie said that she set out to go about their romance differently.

“From now on, if a man wanted me, he was going to have to show it,” she wrote in her 2018 memoir, Just Jessie. “So I made Eric chase me.”

The twosome eventually got engaged in 2012 and tied the knot the following year in Colorado. They went on to welcome three children together: Vivianne in 2014, Eric Jr. in 2015 and Forrest in 2018.

{ let bidders = [‘a9’, ‘ix’, ‘iris’]; // create a requestManager to keep track of bidder state to determine when to send ad server // request and what amazonSlots to request from the ad server var requestManager = { adserverRequestSent: false, }; //loop through bidder array and add the bidders to the request manager: bidders.forEach( function( bidder ) { requestManager[bidder] = false; } ); // return true if all bidders have returned function allBiddersBack() { var allBiddersBack = bidders // get the booleans from the object .map( function( bidder ) { return requestManager[bidder]; } ) // get rid of false values – indicates that the bidder has responded .filter( Boolean ) // if length is equal to bidders, all bidders are back .length === bidders.length; return allBiddersBack; } // handler for header bidder responses function headerBidderBack( bidder ) { // return early if request to adserver is already sent if ( requestManager.adserverRequestSent === true ) { return; } // flip bidder back flag if ( bidder === ‘a9’ ) { requestManager.a9 = true; console.log(‘second promise a9 ready’); } else if ( bidder === ‘ix’ ) { requestManager.ix = true; console.log(‘second promise ix ready’); } else if ( bidder === ‘iris’ ) { requestManager.iris = true; console.log(‘second promise iris ready’); } // if all bidders are back, send the request to the ad server if ( allBiddersBack() ) { resolve( url ); } } if ( typeof apstag == ‘object’ && apstag ) { apstag.fetchBids({ slots: [{ slotID: window.prerollTag[vHash], mediaType: ‘video’ }] }, function( bids ) { console.log( “AMI jwp amazon bid callback”, new Date().getTime(), bids ); window.jwpBids[vHash].amazon = true; if ( bids.length > 0 ) { //If we have received any bids back try { console.log(“AMI jwp amazon bid request ad”, bids[0].encodedQsParams); url = url + ‘&scp=’ + bids[0].encodedQsParams; } catch ( e ) { console.log(e); } } else { console.log(“AMI jwp amazon no bids”); } headerBidderBack(‘a9’); }); } else { headerBidderBack(‘a9’); } headertag.cmd.push( function() { headertag.retrieveVideoDemand( [{‘htSlotName’: ‘preroll’}], function( demand ) { console.log( “AMI jwp IX callback”, demand ); if ( ‘undefined’ !== typeof demand.preroll && demand.preroll.length ){ window.jwpBids[vHash].ixBids = demand.preroll[0].targeting.price; console.log( ‘AMI jwp IX Bids’, new Date().getTime(), demand.preroll[0].targeting ); var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } var keys = Object.keys( demand.preroll[0].targeting.price ); for ( var key of keys ) { custParams.set( key, demand.preroll[0].targeting.price[key][0]); } vastParams.set( ‘cust_params’, custParams.toString() ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘ix’); } ); } ); // Get main item context data window.irisContext.getContext(jwplayer(el).getPlaylistItem().mediaid).then(function(data) { // Encode the context data console.log( ‘AMI jwp IrisTV Bids’, new Date().getTime(), data.context ); // Replace the server url with the context data (this is for simple ad requests), // If you have the serverUrl dynamically configured, then you will need to append the context data // under cust_params, so this is just for testing purpose if ( data.context && Object.keys( data.context ).length ) { var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } custParams.set( ‘iris_context’, data.context.join(‘,’)); vastParams.set( ‘cust_params’, decodeURIComponent( custParams.toString() ) ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘iris’); }); setTimeout(function(){ resolve( url ); }, 10000); }); } var player_jwplayer_xDNwKkGD_l3ahXupL_div = jwplayer(el).setup(videoParams).on(“ready”, function(){ var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var playerInstance = jwplayer(el); ns_.StreamingAnalytics.JWPlayer( playerInstance, { publisherId: “6036076”, labelmapping: “ns_st_pu=”AMI”, c3=”Us Weekly”, ns_st_ge=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ia=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ce=”” + decodeURIComponent( “1” ) + “”, ns_st_ddt=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_tdt=”” + decodeURIComponent( “%2Anull” ) + “””, }); }).on(‘adsManager’, (e) => { var vHash = ‘ami’ + decodeURIComponent( ‘xDNwKkGD’ ); const { adsManager, videoElement } = e; const iasConfig = { anId: ‘928572’, campId: `${jwplayer().getWidth()}x${jwplayer().getHeight()}`, // This is dynamic based on player dimensions, but can be hard coded chanId: window.prerollTag[vHash], placementId: ‘Open Auction’, pubOrder: ‘Video’, pubId: ‘Direct’ }; if (googleImaVansAdapter) { googleImaVansAdapter.init(window.google, adsManager, videoElement, iasConfig); } }).on( ‘time’, function( e ) { var id = this.id; var pct = Math.round( e.position ); if ( ! window.amiPlayersData ) { window.amiPlayersData = {}; } if ( ! window.amiPlayersData[id] ) { window.amiPlayersData[id] = { m3: false, m10: false }; } if ( window.amiPlayersData[id][‘m3’] === false && pct >= 3 ) { window.amiPlayersData[id][‘m3’] = true; console.log( ‘3sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ‘3s played’} ); } if ( window.amiPlayersData[id][‘m10’] === false && pct >= 10 ) { window.amiPlayersData[id][‘m10’] = true; console.log( ’10sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ’10s played’} ); } }).on( ‘complete’, function( e ) { if ( window.amiPlayersData && window.amiPlayersData[ this.id ] ) { window.amiPlayersData[ this.id ][‘m3’] = false; window.amiPlayersData[ this.id ][‘m10’] = false; console.log( ‘clear played: ‘, this.id ); } }).once(“play”, function(){ var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var playerInstance = jwplayer(el); loadIrisPlugin(playerInstance, playerInstance.getConfig().plugins[“https://ovp.iris.tv/plugins/jwplayer/v2/iris-jwplayer8.adaptive.min.js”]) }).on(‘play’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language:”English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video play”); }).on(‘complete’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoComplete”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video event:”, e); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; }).on(‘time’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.currentTime/e.duration).toFixed(2); if ( (0.25 === progress && false === window.lock_25) || (0.5 === progress && false === window.lock_50) || (0.75 === progress && false === window.lock_75) || (100 === progress && false === window.lock_100) ) { window.permutive.track(“VideoProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 === progress ) { window.lock_25 = true; } if ( 0.5 === progress ) { window.lock_50 = true; } if ( 0.75 === progress ) { window.lock_75 = true; } if ( 1 === progress ) { window.lock_100 = true; } console.log(“Permutive video play progress ” + progress); } }).on(‘mute’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.mute) ? “sound off” : “sound on”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘fullscreen’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.fullscreen) ? “fullscreen on” : “fullscreen off”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘ready’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); console.log(jwInfo); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; window.permutive.track(“VideoLoad”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video load event”); }).on(‘adPlay’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); window.adInfo = e; var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.adlock_25 = false; window.adlock_50 = false; window.adlock_75 = false; window.adlock_100 = false; window.permutive.track(“VideoAdPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad play”); }).on(‘adClick’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoAdClick”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad click”); }).on(‘adTime’, (e) => { var el = decodeURIComponent( “jwplayer_xDNwKkGD_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “xDNwKkGD” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.position/e.duration).toFixed(2); if ( (0.25 >= progress && false === window.adlock_25) || (0.5 >= progress && false === window.adlock_50) || (0.75 >= progress && false === window.adlock_75) || (0.95 >= progress && false === window.adlock_100) ) { window.permutive.track(“VideoAdProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “xDNwKkGD” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 >= progress ) { window.adlock_25 = true; } if ( 0.5 >= progress ) { window.adlock_50 = true; } if ( 0.75 >= progress ) { window.adlock_75 = true; } if ( 0.95 >= progress ) { window.adlock_100 = true; } console.log(“Permutive video ad progress ” + progress); } }).setPlaylistItemCallback(function(item, index) { return waitForAmazon // Wait until Amazon is loaded. .then(() => performAsyncBidding( player_jwplayer_xDNwKkGD_l3ahXupL_div, item, index ), () => { console.log(“AMI JWP bidding FAILER”); }) // External bidding. .then(tag => { // Update the playlist item. console.log(“AMI jwp new headerbid”, tag); return Object.assign({}, item, { adschedule: [{ tag, offset: “pre” }] }); }).catch(function(e){ console.log(“AMI jwp bidding failed”, e); return item; }); // If bidding fails, use unmodified playlist item. });; clearInterval(checkJWReady); } }, 500); })(); ]]>

During an appearance on the “Motherly” podcast in 2019, the “I Look So Good” singer opened up about how becoming parents improved the duo’s marriage.

“It’s made it even stronger and made us even closer because you know — think about it,” she explained. “We created these people out of love together and now we’re raising three people that we have in common, not just biologically, but we have in common that we are so madly in love with these people that we created together.”

The “Lights Down Low” artist added, “And we have the same goal, which is to love them and take care of them and give them the best life we possibly can, which makes us closer and stronger.”

Eric has frequently gushed about his marriage to Jessie as well. In August 2019, the former Denver Broncos wide receiver called his wife the “perfect complement” to him.

“A lot of times, I can get more serious … and she’s so free-spirited,” he told Us at the time. “I just found that she brings kind of that enthusiasm to the house and kind of the light-hearted energy that I think is so important to just enjoy, you know, the moments that we have.”

Scroll down to see how Jessie and Eric’s romance has evolved over the years.

Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Sanford Myers/AP/Shutterstock

Jessie James Decker and Eric Decker: A Timeline of Their Relationship

That special kind of love! Jessie James Decker and Eric Decker have a love story that’s all their own — and Us Weekly is taking a look back on the pair’s journey to happiness over the years. The “Wanted” singer and the former NFL pro began dating in 2011 after becoming acquainted through mutual friends. “He was in Arizona training, and I got a text from my girlfriend who said, ‘I’m having dinner with this guy I’m seeing, and this other guy just showed up, and he’s stunning,’” Jessie recalled to Access Hollywood in 2013. “Show him a picture of me, and see if he’s into it.” After Eric received her number and took the initiative to text her first, Jessie said that she set out to go about their romance differently. “From now on, if a man wanted me, he was going to have to show it,” she wrote in her 2018 memoir, Just Jessie. “So I made Eric chase me.” The twosome eventually got engaged in 2012 and tied the knot the following year in Colorado. They went on to welcome three children together: Vivianne in 2014, Eric Jr. in 2015 and Forrest in 2018. [jwplayer xDNwKkGD-l3ahXupL] During an appearance on the “Motherly” podcast in 2019, the “I Look So Good” singer opened up about how becoming parents improved the duo’s marriage. “It’s made it even stronger and made us even closer because you know — think about it,” she explained. “We created these people out of love together and now we’re raising three people that we have in common, not just biologically, but we have in common that we are so madly in love with these people that we created together.” The “Lights Down Low” artist added, “And we have the same goal, which is to love them and take care of them and give them the best life we possibly can, which makes us closer and stronger.” Eric has frequently gushed about his marriage to Jessie as well. In August 2019, the former Denver Broncos wide receiver called his wife the “perfect complement” to him. “A lot of times, I can get more serious … and she’s so free-spirited,” he told Us at the time. “I just found that she brings kind of that enthusiasm to the house and kind of the light-hearted energy that I think is so important to just enjoy, you know, the moments that we have.” Scroll down to see how Jessie and Eric’s romance has evolved over the years. [podcast_block]

Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Sanford Myers/AP/Shutterstock

Jessie James Decker and Eric Decker: A Timeline of Their Relationship

That special kind of love! Jessie James Decker and Eric Decker have a love story that’s all their own — and Us Weekly is taking a look back on the pair’s journey to happiness over the years. The “Wanted” singer and the former NFL pro began dating in 2011 after becoming acquainted through mutual friends. “He was in Arizona training, and I got a text from my girlfriend who said, ‘I’m having dinner with this guy I’m seeing, and this other guy just showed up, and he’s stunning,’” Jessie recalled to Access Hollywood in 2013. “Show him a picture of me, and see if he’s into it.” After Eric received her number and took the initiative to text her first, Jessie said that she set out to go about their romance differently. “From now on, if a man wanted me, he was going to have to show it,” she wrote in her 2018 memoir, Just Jessie. “So I made Eric chase me.” The twosome eventually got engaged in 2012 and tied the knot the following year in Colorado. They went on to welcome three children together: Vivianne in 2014, Eric Jr. in 2015 and Forrest in 2018. [jwplayer xDNwKkGD-l3ahXupL] During an appearance on the “Motherly” podcast in 2019, the “I Look So Good” singer opened up about how becoming parents improved the duo’s marriage. “It’s made it even stronger and made us even closer because you know — think about it,” she explained. “We created these people out of love together and now we’re raising three people that we have in common, not just biologically, but we have in common that we are so madly in love with these people that we created together.” The “Lights Down Low” artist added, “And we have the same goal, which is to love them and take care of them and give them the best life we possibly can, which makes us closer and stronger.” Eric has frequently gushed about his marriage to Jessie as well. In August 2019, the former Denver Broncos wide receiver called his wife the “perfect complement” to him. “A lot of times, I can get more serious … and she’s so free-spirited,” he told Us at the time. “I just found that she brings kind of that enthusiasm to the house and kind of the light-hearted energy that I think is so important to just enjoy, you know, the moments that we have.” Scroll down to see how Jessie and Eric’s romance has evolved over the years. [podcast_block]

1 2011 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

2011

The pair began dating after meeting through mutual friends.

2 April 2012 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

April 2012

Jessie and Eric announced that they were engaged.

3 September 2013 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Tommy Garcia/E! Entertainment

September 2013

The couple’s reality show, Eric & Jessie, premiered on E.

4 June 2013 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Jim Smeal/Shutterstock

June 2013

The duo tied the knot at the St. Francis of Assisi Church in Castle Rock, Colorado.

5 March 2014 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Dave Allocca/Starpix/Shutterstock

March 2014

Jessie welcomed the pair’s first child, daughter Vivianne.

6 September 2015 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

September 2015

The country singer gave birth to the couple’s second child, son Eric Jr.

7 October 2017 Jessie James Decker and Eric Decker Timeline of Their Relationship

Credit: Tommy Garcia/E! Entertainment

October 2017

The final episode of the pair’s E! reality series aired.

8 March 2018 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

March 2018

The twosome’s third child, son Forrest, was born.

9 October 2018 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit:

October 2018

In her memoir, Just Jessie, she shared various details about their romance, including how she made him chase her for three months. “I wouldn’t call it game playing. I’d call it common sense …. I made Eric hunt for me,” she wrote. “I never texted, called or anything-ed him first. I’m not kidding. For the first three months of our relationship, he never got an incoming call from me.”

10 August 2019 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Jim Smeal/Shutterstock

August 2019

The athlete gushed about Jessie to Us exclusively, saying, “She’s such a perfect complement to me, because a lot of times, I can get more serious … and she’s so free-spirited.”

August 2019 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

August 2019

Jessie explained how their pair’s marriage only became stronger when they introduced kids into the picture. “We already liked each other a ton before they came along, so it’s made us like each other that much more because we get to see each other as parents and I think we both are proud of the mother and father we are together,” she said on the “Motherly” podcast.

11 December 2019 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

December 2019

Jessie admitted that planning date nights “can get a little tough” with three children. “We have our Netflix moments,” she shared with Us. “We’re trying to finish Schitt’s Creek so we can move onto You.”

12 January 2020 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Matt Baron/Shutterstock

January 2020

The singer discussed the possibility of the couple expanding their brood. “He just loves our babies so much. He wants more,” she told Us at the time. “I told him he’s got to just hang on for a minute there. I’m not sure that’s in the cards for us, but you never know. He doesn’t want to permanently do anything about it, so he is leaving things open. I’m not, but he is.”

June 2020 Anniversary Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

June 2020

The longtime duo celebrated their seventh wedding anniversary with sweet Instagram tributes. “I married my best friend 7 years ago today. Happy anniversary to the love [of] my life ,” Jessie captioned her post, while Eric wrote alongside his own, “I love you, adore you and will forever strive to make your life full! You have given me the most beautiful life and I am forever grateful!! Happy 7 years mi amor.”

12 1 January 2021 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

January 2021

Eric referred to Jessie as his “forever” while sharing a PDA-filled pic for Instagram.

13 February 2021 Jessie James Decker and Eric Decker Timeline of Their Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

February 2021

Jessie and Eric celebrated Valentine’s Day with sweet Instagram tributes. “Damn I love you! 10 years next month my sweet cheeks Valentine sugar D. Love living life with you @ericdecker,” she captioned her post of the pair cozied up, while the former NFL star wrote alongside their kissing pic, “My Valentine, Mi Amor! ️.”

Jessie James Decker Eric Deckers Timeline

Credit: Courtesy of Jessie James Decker/Instagram

March 2021

“Happy 10 years to the love of my life @ericdecker March 31 (which is the actual day we were introduced to each other) little did we know it would be the day our third baby was born,” the designer captioned a throwback photo with her man. “I love you baby here’s to 10 more beautiful years and beyond 🥳🥰 (this photo was takin 2011, the year we met. We look like kids 🥰).”

Jessie James Decker Teases Husband Eric With Nude Insta Cheers

Credit: Courtesy of Jessie James Decker

April 2021

The country singer shared a nude photo of her husband via Instagram Stories, seemingly taken without him noticing — and with the raciest parts hidden by a water jar. “Cheers and goodnight,” she captioned the flirtatious post.

Jessie James Decker Eric Deckers Timeline

Credit: Courtesy of Jessie James Decker/Instagram

May 2021

“Happiest on the water,” Jessie wrote via Instagram alongside a group photo from the family’s trip to Greece.

Jessie James Decker Eric Deckers Timeline

Credit: Courtesy of Jessie James Decker/Instagram

June 2021

The lovebirds packed on the PDA while in Italy both with and without their three little ones.

Jessie James Decker Eric Deckers Timeline

Credit: Courtesy of Jessie James Decker/Instagram

August 2021

The duo jetted off to Spain with friends, including Alex Rodriguez. “Missin the crew already! Magical time with amazing friends,” the mother of three captioned a series of Instagram photos from their time away.

Jessie James Decker and Erics Relationship Timeline

Credit: Courtesy of Jessie James Decker/Instagram

March 2022

“The birthday boy In his birthday suit lookin like a statue from Greece My man is 35 and aging like fine wine,” the “Should Have Known Better” songstress wrote via Instagram, sharing a nude photo of her husband. “Happy happy birthday to the love of my life, my best friend, my soulmate, my baby daddy, my ride or die. I’m so happy you were born today. I sure do I love growing old with you 🥰.”

Jessie James Decker and Eric Decker A Timeline of their Relationship

Credit: Courtesy of Jessie James Decker/Instagram

April 2022

“I woke up to this big bouquet of roses from him. They’re beautiful. I was not expecting it. I was like, ‘Oh my God, you’re so sweet that you like acknowledged it,'” Jessie told Entertainment Tonight about her anniversary. “We’re very lucky to have found each other.”

Jessie James Decker Eric Deckers Timeline 2022 CMT AWARDS

Credit: John Amis/AP/Shutterstock

April 2022

The musician stepped out with her husband for the 2022 CMT Music Awards in Nashville. During the couple’s date night, Eric revealed that after forgetting his wedding ring for the event Jessie tattooed her initials in sharpie on his ring finger.

'9 Years Down'! Eric Decker Praises 'Amor' Jessie on Wedding Anniversary

Credit: Courtesy of Eric Decker/Instagram

2022

“Happy Anniversary Mi Amor️,” Eric gushed in a June 2022 Instagram post. “I love this life with you! So many adventures and beautiful memories we have created together. You have stood by my side through the good and the bad. You are my lover, best friend and soulmate! 9 years down and a lifetime to go 🥰 Cheers to us 🥂.”

CMAs 2022 Date Night! Jessie James Decker and Eric Decker’s Romance Timeline

Credit: Matt Baron/BEI/Shutterstock

November 2022

The Dancing With the Stars season 31 alum stunned in an off-the-shoulder red gown at the 2022 CMAs, posing alongside her husband.

In order to view the gallery, please allow Manage Cookies

Read The Full Article Here


trick photography
Steve From Blue’s Clues Checks In Amid Trump’s Victory
Steve From Blue’s Clues Checks In Amid Trump’s Victory
Kristin Cavallari’s Confessions About Dating After Mark Estes Split
Kristin Cavallari’s Confessions About Dating After Mark Estes Split
Who Will Be the 47th President? Everything About 2024 Election Results – Hollywood Life
Who Will Be the 47th President? Everything About 2024 Election Results – Hollywood Life
21 Celebrities With Massively Inflated Egos
21 Celebrities With Massively Inflated Egos
‘I have my own method; I’m still learning and discovering’
‘I have my own method; I’m still learning and discovering’
Wheel of Fortune Bonus Puzzle Answer Today for November 6, 2024
Wheel of Fortune Bonus Puzzle Answer Today for November 6, 2024
Ryan Reynolds Reveals New Project With Jackman and Levy
Ryan Reynolds Reveals New Project With Jackman and Levy
Top 5 Gus Van Sant Films, Ranked
Top 5 Gus Van Sant Films, Ranked
Frasier Season 2 Episode 9 Review: Murder Most Finch
Frasier Season 2 Episode 9 Review: Murder Most Finch
Ken Jennings Drops Big Streaming News
Ken Jennings Drops Big Streaming News
Brilliant Minds Offers An Understanding of Neurodivergence Far Beyond What The Good Doctor Achieved
Brilliant Minds Offers An Understanding of Neurodivergence Far Beyond What The Good Doctor Achieved
‘Jeopardy!’ Fans Rage as Episode Gets Trumped for TV Election Coverage
‘Jeopardy!’ Fans Rage as Episode Gets Trumped for TV Election Coverage
The 5 Grossest Metal Album Covers of All Time
The 5 Grossest Metal Album Covers of All Time
Election Result Is a “Great Day for Democracy”
Election Result Is a “Great Day for Democracy”
Oasis Extend 2025 Reunion Tour Into South America
Oasis Extend 2025 Reunion Tour Into South America
Kelly Clarkson to Return as Host of ‘Christmas in Rockefeller Center’
Kelly Clarkson to Return as Host of ‘Christmas in Rockefeller Center’
Interview with Bianca Lee Ward, Author of Axle (WAR BROTHERS MC Book 1)
Interview with Bianca Lee Ward, Author of Axle (WAR BROTHERS MC Book 1)
15 Comforting, Stress-Free Reads
15 Comforting, Stress-Free Reads
Secrets, Sibling Bonds, and the Scars of Loss
Secrets, Sibling Bonds, and the Scars of Loss
New Mystery and Thriller Books to Read | November 5
New Mystery and Thriller Books to Read | November 5
Coach Times Square Tabby Shoulder Bag Review
Coach Times Square Tabby Shoulder Bag Review
Emma Stone Wore the Best Type of Jeans to Pair With Boots
Emma Stone Wore the Best Type of Jeans to Pair With Boots
Kylie Jenner’s Khy Smooth Stretch Capri Catsuit Review
Kylie Jenner’s Khy Smooth Stretch Capri Catsuit Review
8 Taupe Bags That Go With Every Outfit
8 Taupe Bags That Go With Every Outfit
SEÑALES (2002) – Pelicula de Terror y Sci-Fi
SEÑALES (2002) – Pelicula de Terror y Sci-Fi
Guillermo del Toro Calls This Horror Film “Superb,” Stream It Now
Guillermo del Toro Calls This Horror Film “Superb,” Stream It Now
‘Jeepers Creepers’ Insta Account Asks Fans a Bizarre Question
‘Jeepers Creepers’ Insta Account Asks Fans a Bizarre Question
What Underrated Zombie Movies Are Worth Watching?
What Underrated Zombie Movies Are Worth Watching?