Do more with
$(document).ready(function() {
$('#changeDnsLink').click(function() {
$.ajax({
type: "GET",
dataType: "json",
url: "changedns.cfm?active=yes",
success: function(data) {
// update the div
},
error: function(xhr, status, ex) {
alert('Request failed.');
}
});
return false;
});
});
Premium Content
You need an Expert Office subscription to comment.Start Free Trial