MCPcopy
hub / github.com/MrNothing/AI-Blocks / getOffsets

Function getOffsets

Sources/src/libs/jquery-ui.js:775–780  ·  view source on GitHub ↗
( offsets, width, height )

Source from the content-addressed store, hash-verified

773 _position = $.fn.position;
774
775function getOffsets( offsets, width, height ) {
776 return [
777 parseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),
778 parseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )
779 ];
780}
781
782function parseCss( element, property ) {
783 return parseInt( $.css( element, property ), 10 ) || 0;

Callers 1

jquery-ui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected