sprint
sprint copied to clipboard
Bug with .css()
If into method .css() send property, which contains the number with a point, this property will be empty. For example: .css('top', 1271.484375).
Make it a string (put quotes around 1271.484375), not a float value like this
Hey! This repository seems to be no longer maintained. Please check out https://github.com/philplckthun/sprint fork which seems healthier. :)
Thanks!