Posts by Roberto • 23 points
1 post
-
1
votes1
answer1134
viewsQ: Manipulating links with accents
I am capturing news links posted on a particular site using the following code: function academia(){ function makeNews(res){ var soup = $(res.responseText).find('div [class~="tileImage"] h2');…