[bug] parseFloat on jQuery Version with jQ1.10
-
jQuery is using Semantic Versioning. I’m using jQuery 1.10 and
if (parseFloat($().jquery) >= 1.7)
will fail against"1.10"(str) --> 1.1(int)
- The topic ‘[bug] parseFloat on jQuery Version with jQ1.10’ is closed to new replies.