All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.admin.users.settings.delete.js Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
$(document).ready(function() {
	
	$('.deletesetting').submit(function(event) {
		postRequest($(this), "/api/users/settings/delete", "", "", function(data) {
		});
		return false;
	});
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy