I have a problem here. I’m trying to manipulate a web page using jquery. I think I can explain it better if I give you an example:
I have my web page but I need to get some information from another web page. It’s like… When you create a web playlist but I wanna get the lyrics from another web site to display together while the music is playing.
My web page -> get information from (www.LyricsWebSite.com) -> return lyric.
Is that possible? How can I do it? I want to manipulate some specific field (id) to get that information. Can anyone help me, please?
Whenever you want information from a site not yours in your own page, this becomes a rough investigation order:
I have heard good things about Yahoo Pipes. It is a very particular way of solving the #2 path.
Also, whenever you are extracting data from another site using either mechanism, be sure to check their licensing/agreements. You may find that they actively disallow this sort of thing.