
Ok now start with jQuery code, we will extract the first typed URL using regular expression, when user types the URL in the text box , and then we make Ajax request to PHP file, which will extract the content from URL and send content back to index page as JSON format, which we will output in an element using jQuery.
Demo
Read More