Code:
<kbd>**[Live Demo](http://jsfiddle.net/)**</kbd>
Preview:
| # Regular Colors | |
| \[\033[0;30m\] # Black | |
| \[\033[0;31m\] # Red | |
| \[\033[0;32m\] # Green | |
| \[\033[0;33m\] # Yellow | |
| \[\033[0;34m\] # Blue | |
| \[\033[0;35m\] # Purple | |
| \[\033[0;36m\] # Cyan | |
| \[\033[0;37m\] # White |
HTML:
<div id="t"></div>JS:
var console={log:function(t){document.getElementById("t").innerHTML+=t+""}};| "use strict"; | |
| let path = require("path"); | |
| let fs = require("fs"); | |
| //////////////////////////////// | |
| //----------------------------// | |
| // Copyright (c) 2018 NullDev // | |
| //----------------------------// | |
| //////////////////////////////// |
JS:
/* -- Pagination -- */
var currPage = 1;
var numsPerPage = 6;
$(document).ready(function(){
$("div.content-single").hide();
$("div.content-single:lt(" + numsPerPage + ")").show();This is a (temporary fix) for visual composer messing up heights of grid elements on iPads.
Basically, visualcomposer just parses the device width and height very sloppy.
this results in a height property like this:
element {
height: 314x301;
}I hereby claim:
To claim this, I am signing this object:
Es wird entweder die TamperMonkey Extension für Chrome oder die GreaseMonkey Extension für FireFox benötigt.
Zum installieren, hier klicken.
Von TheShad0w