• Getting display resolution of an HTML DOM element with JQuery in pixels.
$("element").height();
$("element").width();

```