Skip to main content

Bug Tracker

Side navigation

#15117 closed bug (notabug)

Opened May 29, 2014 12:20PM UTC

Closed May 29, 2014 07:04PM UTC

jQuery.param and long numbers.

Reported by: bvsn Owned by:
Priority: low Milestone: None
Component: ajax Version: 2.0.3
Keywords: param Cc:
Blocked by: Blocking:
Description

jQuery.param is not right with the long numbers.

Example:

> jQuery.param({"message": 73315300381497288})

"message=73315300381497280"

Attachments (0)
Change History (1)

Changed May 29, 2014 07:04PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

JavaScript will round big numbers. Use a string.