hi Jörn ok, here's my code:
$(document).ready(function() {
p = {};
p["id"] = "test";
p["value"] = "this is only a test";
$("p").bind("click", function() {
$(this)
.before("<div id='feedback'
style='background-color:#0f0'></div>");
$("#feedback")
.load("test.php", p);
});
});
in the body, there is only a paragraph (to click), while the php is only
plain echo stuff..
i've attached screenshots of both behaviors (one in jquery 1.1 and the other
1.0.4)..
did the load function change somehow in jquery 1.1?
thanks!
[g]
loaderrorjq11.png
Description: PNG image
loadgoodjq104.png
Description: PNG image
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
