jquery - Parsing html from external url in javascript -
i want make javascript application able parse html of external url. url in different domain server. idea html of external url want parse string, , parsing (i have check content of 1 tag in head of html)
1)how can string html of external url in javascript? 2)how can parse such retrieved string?
i have red jquery , ajax; seems ajax not allow me because doesn't allow cross-domain operations. maybe jquery can retrieve html , parse it.. other similar post in forum complicated , didn't come rightly point.
thanks help
Comments
Post a Comment