c

composed-offset-position

This provides a set of ponyfills to achieve the same behavior of `offsetParent`, `offsetLeft` and `offsetTop` before the `offsetParent` spec was changed.
https://github.com/jcfranco/composed-offset-position#readme
MIT
jcfranco
jcfranco
Files download
File Operation
composed-offset-position-0.0.4.jar download
composed-offset-position-0.0.4.pom download
composed-offset-position-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>composed-offset-position</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:composed-offset-position:0.0.4'
Gradle Kotlin
implementation("org.mvnpm:composed-offset-position:0.0.4")
Scala SBT
libraryDependencies += "org.mvnpm" % "composed-offset-position" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='composed-offset-position', version='0.0.4')
)
Apache Ivy
<dependency org="org.mvnpm" name="composed-offset-position" rev="0.0.4" />
Leiningen
[org.mvnpm/composed-offset-position "0.0.4"]
Apache Buildr
'org.mvnpm:composed-offset-position:jar:0.0.4'
Dependencies
The project has no third-party dependencies