Ryan Fox

Results 1 comments of Ryan Fox

Should be able to do something like this -- $('.tab').click(function (event) { if (confirm('Are you sure you want to change tabs?')) { $.ajax({ url: 'myUrl', type: "POST", data: { //...