$(window).height();
$(window).width();
Currently I am using these two codes to get the screen size,However, if the source code panel/debug panel is on. The size of the screen will exclude, how to include the source code bar in the screen size result? Thanks.
Also, is there anyway to get the actual screen resolution of the user screen? (in case the user is not maximize the browser). Thanks
I think it’s duplicate Question please check your Question similar to this
jQuery Screen Resolution Height Adjustment
See working example for your assitance
http://jsfiddle.net/9mQ2b/13/
possible with