I have a HTML source code having mobile numbers in it. I want to extract just the phone numbers from that source code, each phone number has starting and ending flag. Lets say sample HTML code is, every mobile number starts from 'phone=' and ends with % as shown in below,
<code>
b2e1d163b0b<div class='container'></div>4dc6ebfa<h1>5&t=s&phone=95355036019918%40c.us&i=1522996189s&phone=95355025619123%40c.us&i=1522996189""
</code>
How can I extract all phone numbers using javascript or jquery?