Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery version comparison bug: parseFloat does not see 1.10 > 1.4 #338

Merged
merged 1 commit into from
Sep 11, 2013

Conversation

lemoinem
Copy link
Contributor

The current way of comparing the jQuery version is buggy because parseFloat("1.10") == 1.1 this disables data attributes for jQuery 1.10 (current stable).

I know the problem solves itself for jQuery 2, but it's still a very big issue for the still maintained 1.x branch.

It would also be very appreciated if the fix was backported to the current stable version of tablesorter.

Great plugin BTW! Kudos!

@reefdog
Copy link

reefdog commented Aug 21, 2013

+1

Mottie added a commit that referenced this pull request Sep 11, 2013
jQuery version comparison bug: parseFloat does not see 1.10 > 1.4
@Mottie Mottie merged commit aad8952 into Mottie:master Sep 11, 2013
@Mottie
Copy link
Owner

Mottie commented Oct 11, 2013

Thank again!

@lemoinem
Copy link
Contributor Author

My pleasure!

2013/10/11 Rob G [email protected]

Thank again!


Reply to this email directly or view it on GitHubhttps://github.com//pull/338#issuecomment-26140919
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants