[jQuery] Force GET on $.load()

[jQuery] Force GET on $.load()


I have written a small script that uses $.load() and I am trying to
show a div through the callback. However, whenever I use more than one
argument in the $.load() function, jQuery automatically assumes I am
doing a POST request, causing my server to blow up. Anyone know how to
force it into GET?