how to get window size for making screen wise changes Posted on February 17, 2018 by Chandan Sharma in CodeIgniter, JavaScript, JQuery, PHPvar ww = document.body.clientWidth;if (ww < 768) { } else if (ww >= 768) {}Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma