PATH:
home
/
centosnipponia
/
public_html
/
appnip-old
/
public
/
js
/
va
function filter_dealers() { var year_val=$("#year").val() var month_val=$("#month").val() $.get('/units_sales_capetown_warehouse/fetch_select_bodegas', {year: year_val, month: month_val}, function (data, textStatus, jqXHR) { //alert($("#issue1 option:selected" ).text()); var $bod = $("#bodega"); $bod.empty(); // remove old options //alert(JSON.stringify(data.data)); $.each( data.data, function( id, value ) { $("#bodega").append(new Option(value.bodega,value.bodega)); } ); $("#bodega").append(new Option("All",0)); $("#bodega").val(0); } ); }
[+]
..
[-] select_warehouses.js
[edit]
[-] sum_eurostock.js
[edit]
[-] subvalidations.js
[edit]
[-] fillshowmodal.js
[edit]
[-] createnewpricemodal.js
[edit]
[-] .htaccess.disabled
[edit]