javascript - jQuery round function -


how can round number using jquery?

if number 3168 want print 32. or if number 5233 result should 52.

how can that? should use math.round function?

yes, should use math.round (after dividing 100).

jquery library dom traversal, event handling , animation built on top of javascript. doesn't replace javascript , doesn't reimplement basic functions.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -