diff --git a/index.html b/index.html index 1b1919cb..bac49f1c 100644 --- a/index.html +++ b/index.html @@ -4252,7 +4252,7 @@

Methods

$('option[value="3"]', $('#example-refresh')).prop('selected', true); $('option[value="4"]', $('#example-refresh')).prop('selected', true); - alert('Option 1, 2 and 4.'); + alert('Option 1, 3 and 4.'); }); $('#example-refresh-deselect').on('click', function() { @@ -4292,7 +4292,7 @@

Methods

$('option[value="3"]', $('#example-refresh')).prop('selected', true); $('option[value="4"]', $('#example-refresh')).prop('selected', true); - alert('Option 1, 2 and 4.'); + alert('Option 1, 3 and 4.'); }); $('#example-refresh-deselect').on('click', function() {