Revision 5f086748
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/gl/form_header_chart_balances_js.html | ||
---|---|---|
12 | 12 |
|
13 | 13 |
function show_chart_balance(obj) { |
14 | 14 |
var row = $(obj).attr('name').replace(/.*_/, ''); |
15 |
var idx = $('#accno_' + row).attr('selectedIndex');
|
|
15 |
var idx = $('#accno_' + row).prop('selectedIndex');
|
|
16 | 16 |
$('#chart_balance_' + row).html(chart_balances[idx]); |
17 | 17 |
} |
18 | 18 |
|
Auch abrufbar als: Unified diff
Anpassung nach Update jQuery 1.9.1