function send(el) {
var url = el.getAttribute('href');
var msg = prompt('Сообщение');
// переходим по url с передачей POST'ом msg
$.ajax({
type: 'POST',
url: 'url.php',
data: 'name=' + name,
cache: false,
success: function(response) {
location.href = 'ссылка куда-то';
},
error: function(xhr, status, errorThrown) {
alert(errorThrown + '\n' + status + '\n' + xhr.statusText);
}
});
return false;
}
preg_replace('/<script\b[^>]*>(.*?)<\/script>/is', "", $data)
if ( ! function_exists( 'cr_doctype' ) ) {
function cr_doctype() { ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<? }
}