Get the JavaScript variables from a HTML page in Ajax response – Jquery ajax
I'm stuck with a problem you might resolve. There is a HTML page with differents informations, in this page there is also some JS variables. <div class="div1"> <div class="div2"></div> </div> <script type="text/javascript"> var var1 = "Something"; var var2 = "Another…