Opened 9 years ago
Closed 9 years ago
#15117 closed bug (notabug)
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"
Note: See
TracTickets for help on using
tickets.
JavaScript will round big numbers. Use a string.