Итак, это раскрывающийся список:
Код: Выделить всё
Select Percentage
0.01
0.05
0.1
0.15
0.2
0.25
0.3
0.4
0.48
0.5
0.52
0.6
0.7
0.75
0.8
0.85
0.9
0.95
0.99
1
Код: Выделить всё
$(document).on("click", ".open-AddBookDialog", function () {
var sign = "1";
$('dropdownAgentPerc option')
.filter(function () { return $.trim($(this).val()) == sign; })
.attr('selected', true);
$('#addBookDialog').modal('show');
Подробнее здесь: https://stackoverflow.com/questions/179 ... ith-jquery