PARRIZAS DIAZ CHAMPION IN BÅSTAD

Nuria Parrizas Diaz, from Spain, claims her first title in Båstad defeating Olga Govortsova of Belarus, in the final at the Nordea Open. Final score 6-2 6-2.

Björklund & Kung doubles Champions in Båstad

Mirjam Björklund & Leonie Kung claimed the doubles title at the Nordea Open WTA on Saturday.

The final went to super tie-break where Björklund/Kung broke serve at 6-5 and served for the match winning 5-7 6-3 10-5.

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