bootbox prompt select with options from database – Jquery ajax
I am using bootbox prompt with select. To build the option for the select you have to provide something like this: inputOptions: [ { text: 'Ad inizio tabella', value: '', }, { text: 'Choice One', value: '1', }, { text:…