2023 NBA In-Season Tournament Quarter-Finals: Schedule, Dates, and Details

After the Sacramento Kings’ nail-biting win over the Golden State Warriors, the NBA In-Season Tournament quarter-finals are set. Joining the Kings in the knockout stage are the Boston Celtics, Indiana Pacers, New Orleans Pelicans, Milwaukee Bucks and LA Lakers. The winners of the next phase will proceed to the semi-finals. After initial resistance, the teams and the fans have come to relish the high-stakes games even if it’s November and December.

On Dec. 4, the Boston Celtics will travel to Gainbridge Fieldhouse to take on the Indiana Pacers and open the quarter-final stage. A few hours later, the New Orleans Pelicans will visit Golden 1 Center to battle the Sacramento Kings.

On Dec. 5, the second set of quarter-final matches will unfold. The New York Knicks will be at Fiserv Forum to try and beat the Milwaukee Bucks. A mouthwatering matchup between the Phoenix Suns and the LA Lakers will soon follow.

‘;
});
pollOptions.innerHTML = pollOptionsDom;
pollCount.innerHTML = totalVotes + ‘ votes’;
if (totalVotes > 10)
pollCount.classList.remove(“hidden”);

}
function trackBetsTodayPollImpression() {
var intersectionObserverForArticlePoll = new IntersectionObserver(
function(entries)
entries.forEach(function(entry)
var pollId = entry.target.getAttribute(“data-poll-id”);
if (POLLS_BY_ID[pollId][‘impression_tracked’]) return;
if (!entry.target else
sendRating(index);

function sendRating()
var requestPayload =
“post_id”: 1765048,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else !$(‘input[name=”drone”]:checked’).value)
showErrorMessage(‘option’);
return;

if (!$(“.post-rating-feedback-note textarea”)
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);

function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 0)
return true;
else
return false;

function getRatingCountByPostId(postId) {
return new Promise(function(resolve, reject)
pureJSAjaxGet(
getRatingCountBaseURL + postId + ‘/rating/count’,
function(data)
try
data = JSON.parse(data);
if (data.meta_value)
resolve(data.meta_value);

reject(“Failed to fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);

,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-error’;
$(messageContainerId).classList.remove(‘hidden’);
window.setInterval(function ()
$(messageContainerId).classList.add(“hidden”);
, 5000);

(function() {
var callFired = false;
function lazyLoadPostRating() {
if (callFired) return;
callFired = true;
if (!isPostRatedByUser()) {
getRatingCountByPostId(1765048)
.then(function(ratingCount) {
if (ratingCount