jTestSize is a jQuery widget to take under control the sizes of your HTML page you are developing:
- Viewport
- Document
- Device
Try it by yourself to my portfolio -> https://rossanoguenci.com/portfolio/20190701_jts/
This widget has been developed and tested for jQuery 3, it's included in the ZIP file.
Unpack the ZIP file in your root folder (*) and put this in <head> and enjoy:
<!--jTS-->
<script src="jTS/jquery.min.js"></script>
<script src="jTS/jquery-ui/jquery-ui.min.js"></script>
<script src="jTS/jquery.ui.touch-punch.min.js"></script>
<script src="jTS/js.cookie.js"></script>
<script src="jTS/jTestSize.js"></script>
<!--jTS-->
(*) You can move it anywhere you want in your folder project, just rememeber to adjust the right path in /src
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- If you find this project useful, please offer me a coffee, I love it ☕️