I am pulling in a bunch of mobile numbers from a JSON file that are pulled in elsewhere so i cannot chance the document formatting unfortunately so i have to find a work-a-round!
It come in looking like: 0404013278
I need to format it: 0404-013-278
As HTML it looks like this:
<p class="mobile-number">0404013278</p>
Is there some kind of plugin that i could use or does someone know a short piece of script?
jsfiddle. You can write your own simple jQuery plugin as below.