diff options
Diffstat (limited to 'demo/funciones.js')
-rwxr-xr-x | demo/funciones.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/funciones.js b/demo/funciones.js new file mode 100755 index 0000000..7e03d96 --- /dev/null +++ b/demo/funciones.js @@ -0,0 +1,9 @@ +/*! @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later */ +$(document).ready(function(){ + //body + //window + if($("body").height() < $(window).height()){ + $("footer").css({"position":"absolute","bottom":"0px"}); + } +}); +/*! @license-end */ |