getJSON
var myRand = Math.floor(Math.random() * JSON_Response.painters.length); $("#selPainter").val(myRand); $("#selPainter").trigger("change");