I am working on jquery and i am getting dynamic string using jquery for example i am getting following number
8759
So now i want to add comma before last two digit,How can i do this ?
My expected Output is
57.59
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I am working on jquery and i am getting dynamic string using jquery for example i am getting following number
8759
So now i want to add comma before last two digit,How can i do this ?
My expected Output is
57.59