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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -