diff options
author | mleibman <michael.leibman@gmail.com> | 2010-12-20 12:44:31 -0800 |
---|---|---|
committer | mleibman <michael.leibman@gmail.com> | 2010-12-20 12:44:31 -0800 |
commit | 9e40119ca280e0f3046cd4dfd27bf41058280332 (patch) | |
tree | 4800863f0bbcd6cd35c90033d8bedff0f780b286 /examples/example-checkbox-row-select.html | |
parent | d3879b9b20c9322f623e806239e3614d17b72fac (diff) | |
download | SlickGrid-9e40119ca280e0f3046cd4dfd27bf41058280332.zip SlickGrid-9e40119ca280e0f3046cd4dfd27bf41058280332.tar.gz SlickGrid-9e40119ca280e0f3046cd4dfd27bf41058280332.tar.bz2 |
Removed jquery.curStyles pluging and replaced all uses of curStyles and the now deprecated curCSS with the regular jQuery css() since it now returns computed styles and normalizes the units. Changed dimensions variables from ints to floats to better work with browser zooming. Zooming is still mostly broken though due to buggy browser implementations. IE and FF can be worked around, but Chrome rounds up all returned computed styles, so we're out of luck.
Diffstat (limited to 'examples/example-checkbox-row-select.html')
-rw-r--r-- | examples/example-checkbox-row-select.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example-checkbox-row-select.html b/examples/example-checkbox-row-select.html index b16a04f..9ce8132 100644 --- a/examples/example-checkbox-row-select.html +++ b/examples/example-checkbox-row-select.html @@ -30,7 +30,6 @@ <script src="../lib/jquery-1.4.3.min.js"></script> <script src="../lib/jquery-ui-1.8.5.custom.min.js"></script> <script src="../lib/jquery.event.drag-2.0.min.js"></script> -<script src="../lib/jquery.curstyles.min.js"></script> <script src="../slick.core.js"></script> <script src="../plugins/slick.checkboxselectcolumn.js"></script> |