I\'m reading the jQuery load documentation and it mentions that I can use load to perform a GET request by passing in extra parameters as a string. My current code with my
can you not just do:
$("#output").load( "server_output.html?year=2009&country='Canada'" );