| http://www.w3.org/ns/prov#value | - en - el.width / 2 for centering elements // getCenter: function(el) { // w contains w.x and w.y var w = window.getSize(); // if el is a string, make it an element if ($type(el) == 'string') { el = $(el); } // if el is all working if (el) { // get the sizes of it var e = el.getSize
|