Stephen Wangner
Results
1
comments of
Stephen Wangner
This actually can be done by altering the default "prompt" option, like this: $.alertable.prompt('Change price to:', { html: true, prompt: '', okButton: 'Continue', cancelButton: 'Cancel' }).then(function(data) { var new_price =...