<div class="b-caption">
<div class="caption" id="c-1">
<p>1</p>
</div>
<div class="caption" id="c-2">
<p>2</p>
</div>
<div class="caption" id="c-3">
<p>3</p>
</div>
</div>
if ($alias == trim('/', $_SERVER['REQUEST_URI'])) {
echo "<li>Активный пункт</li>"
} else {
echo "<li><a href=".$alias.">Ссыль</a></li>"
}
while($row = mysql_fetch_array($result)) {
$nameArray[] = $row['name'];
}
echo '<pre>';
var_dump($name);
echo '</pre>';
foreach($nameArray as $value) {
echo $value.'<br/>';
}
foreach($FotoArray as $value) {
echo $value['name'] . '<br/>';
}
<script>
$(document).ready(function () {
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<script src="js/bootstrap.min.js"></script>
foreach($emails as $key=>$e){
if (да) {
$outgood[] = $e . " хороший адрес";
} else {
$outbad[] = [$key . " плохой адрес"];
}
$output = $modx->runSnippet('getPage',array(
'element' => 'getResources',
'resources' => $array // id
));
return $output;
$output = $modx->runSnippet('getPage',array(
'element' => 'getResources',
'parent' => 0,
'tvFilters' => ''// условие
));
return $output;
$_GET
$q = $modx->newQuery('modResource', array('id:>' => 0, 'template' => 3));
$res = $modx->getCollection('modResource', $q);
var_export($res);
$q = $modx->newQuery('modResource', array('id:>' => 0, 'template' => 3));
$q->select('id,pagetitle');
if ($q->prepare() && $q->stmt->execute()) {
while ($row = $q->stmt->fetch(PDO::FETCH_ASSOC)) {
var_export($row);
}
}
var uri = location.pathname;
localStorage.setItem(uri, newText); // ключ локального хранилища url данной страницы
if(localStorage.getItem(uri)) // ищем ключ такой же как url нашей страницы