Say a div has this applied to it:
-webkit-transform: translate3d(0px, -200px, 0px)
How could I retrieve those values with jQuery?
|
Say a div has this applied to it:
How could I retrieve those values with jQuery? |
||||
|
The value gets stored either as a You could use a regular expression to get the values:
|
|||
|
|
|
I think if you do something like...
You would probably get the Maybe you could then parse that string? seems like a bit of a hack though. |
|||
|
|
|
If you change the accepted answer's match() pattern to this it adds support for negative numbers:
|
||||
|
|
jQuery.css? – namuol Nov 2 '11 at 14:37