<!-- CODE BLOCK NAME -->
<!-- /CODE BLOCK NAME -->
<div id="..."><table> тут одна строка таблицы </table></div>
@media only screen and (max-width: 990px){
}
@media only screen and (max-width: 850px){
}
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 566px){
}
@media only screen and (max-width: 489px){
}
@media only screen and (max-width: 379px){
}
@media only screen and (max-width: 339px){
}
@media only screen and (max-width: 299px){
}
$(".selector").change(function() {
operation = true;
})
if (operation == false) {
$("#int0").click(function() {
console.log("Операція == : " + operation);
console.log("number1");
})
} else if (operation == true) {
$("#int0").click(function() {
console.log("number2");
})
}
var operation = false,
operationChange = function(){
if (operation){
$("#int0").click(function() {
console.log("Операція == : " + operation);
console.log("number1");
});
} else {
$("#int0").click(function() {
console.log("number2");
});
}
};
$(".selector").change(function() {
operation = ! operation;
operationChange();
});
operationChange();
JSON.stringify(data)
JSON.parse( Сохраненные данные )
if (isset ($server_url_path[$url_path5])){
echo "ID yes";
}
if (isset ($server_url_path['id'])){
echo "ID yes";
}
// ------------------
function setEqualHeight(columns) {
var tallestcolumn = 0;
columns.each(function() {
currentHeight = $(this).height();
if (currentHeight > tallestcolumn)
tallestcolumn = currentHeight;
});
columns.height(tallestcolumn);
}
setEqualHeight($(".products-block > .shop_item"));
$table .= '<pre>'. var_export( $row, TRUE ).'</pre>';
<VirtualHost *:2000>
ServerName www.server.com
ServerAdmin email
DocumentRoot /var/www/html
ErrorLog logs/server.com-error_log
<Location /var/www/html >
AuthType Basic
AuthName "TAP Surveillance"
AuthUserFile /var/www/s2/.htpasswd-users
Require valid-user
</Location>
</VirtualHost>