Obtain data from JSon after choosing a field with a JQuery UI slider
问题 I'm doing a webpage that contains a JQuery UI slider, where you can select a year. After the stop event of the slider, I want the webpage to show the data from a JSon file related to the year I have chosen. First, I would like to know if doing this dinamically is possible (I'm using HTML + CSS + JavaScript). And second, here is the stop event of the slider: stop: function (event, ui) { alert('Stopped at ' + ui.value); $.getJSON('winners.json', function(winners) { var output=" "; output+