jQuery passing parameters with .load
Fill a div with data returned from a jQuery POST. An alert on the client side displays the arriving data. Who is calling. This data is being passed via POST. … <body><div class=”spec” id=”spec” ></div></body> … <script>$(“#spec”).load(“generic.php”, {link:”12345679″});</script> Who is …