Retrieve and Manipulate with Particular Elements from External Website
I have a question regarding using jquery. I would like to load page from another website (e. g. www.15min.lt), and retrieve only elements which starting "div". Later on, I want manipulate these elements in the next operations of JavaScript+JQuery like calculate how many times a specific word (e. g. "15") is in the code of that website (i. e. www.15min.lt). Than output results in my website.
I tried several functions, like .load(), .html(), but haven't got the described result.