Chloe

Paquet

0

RANK WTA

0

AGE

100

HEIGHT

Previous results at Nordea Open for Chloe Paquet

Year Rd Match Score Time
2023 R16 Viktoriya Tomova [BUL] d. Paquet 7-6(12) 6-4
2023 R32 Paquet d. Nigina Abduraimova [UZB] 6-1 6-3
Show results

News about Chloe Paquet

0

RANK WTA

0

AGE

100

HEIGHT

PLAYER SOCIAL CHANNELS

Year Rd Match Score Time
2023 R16 Viktoriya Tomova [BUL] d. Paquet 7-6(12) 6-4
2023 R32 Paquet d. Nigina Abduraimova [UZB] 6-1 6-3
jQuery(document).ready(function($) { $('.match-container').each(function() { let matchId = $(this).data('match-id'); $.ajax({ url: ajaxurl, // Använd den globala variabeln ajaxurl type: 'POST', data: { action: 'get_match_data', match_number: matchId }, success: function(response) { if (response.success) { $(this).html(response.data.content); } else { console.error('Fel vid hämtning av matchdata:', response); } }.bind(this), // Bindar 'this' för att hänvisa till rätt element error: function(error) { console.error('AJAX-fel:', error); } }); }); });