I am developing a model box jQuery plugin, and I need to know how to get some window properties.
The box and its shader div fade over top of the page, ...
is there a selector or function in JQuery that allows to select the "current position in the document"?
For Example if i use <script>document.write("test");</script> the output will be placed in the HTML ...
how is possible to get my actual document scroll and then set it after some event ?
I would like to get how my page is scrolled and after some event come ...
I need to determine the exact on-screen coordinates (relative to document) of an HTML element.
I already have code that does this (summing clientWidth and clientHeight of each parent object up to ...