INJURY STOPS TAUSON

A back injury stops Danish star Clara Tauson from playing the Nordea Open. She delivered the news through her Instagram. Tournament Director Sofia Arvidsson comments: This is obviously sad news for all as we as host and the spectators really wanted to se Clara play in Båstad again. Storm Sanders, from Australia, will not play […]

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); } }); }); });