jdlev has asked for the wisdom of the Perl Monks concerning the following question:
I'm working on a perl scraper using www::mechanize, but need it to execute a line of jQuery code to pop information about an element on a page. I could either use jquery or not, it doesn't really matter, I just figured jquery might be a bit more concise. Basically, the code I want perl to click is this, so how would I go about doing that?
<div class="slick-cell l1 r1"> <a href="#" onclick="return Game.ContestPop(33445566, true);" class= +"fr"> Contest 33445566 </a> </div>
Thanks in advance monks :D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: jQuery & Perl?
by Corion (Patriarch) on Sep 22, 2014 at 17:14 UTC | |
by jdlev (Scribe) on Sep 22, 2014 at 17:41 UTC | |
by Corion (Patriarch) on Sep 22, 2014 at 18:14 UTC | |
by jellisii2 (Hermit) on Sep 23, 2014 at 11:54 UTC |