jQuery – html link contains confirm(), read selected option from script
My html page has a submit button created as follows: <input type="submit" name="submit" value="Remove" class="remove" onclick="return window.confirm( Are you sure you want to remove this?)"> When a user clicks this button I need to detect if they select OK or…