We recommend repositories be kept under 1GB each. This limit is easy to stay within if large files are kept out of the repository. If your repository exceeds 1GB, you might receive a polite email from GitHub Support requesting that you reduce the size of the repository to bring it back down.
.box-mnu
после .pjax
? Тогда$(document).pjax('a.item-click', '.pjax', {fragment: '.pjax'});
$('.pjax').on('pjax:success', function () {
$.pjax({
url: thisUrl,
container: '.box-mnu',
fragment: '.box-mnu'
});
})
pjax:beforeSend
<?
$text = '';
if (count($_GET) > 0) {
foreach ($_GET as $key => $value) {
$text .= 'key: ' . $key . ', value: ' . $value . "\r\n";
}
}
if (count($_POST) > 0) {
foreach ($_POST as $key => $value) {
$text .= 'key: ' . $key . ', value: ' . $value . "\r\n";
}
}
// отправка почты
?>