Hi Lucas,

> Issue 2: $("#el").load doesn't support post params any longer

This is a bug and will be fixed.  You can fix it in your own copy by
editing this line in the load function:

if ( jQuery.isFunction( params.constructor ) ) {

Change it to this:

if ( jQuery.isFunction( params ) ) {


> Issue 3: i can't found the svn repository

I think svn is temporarily down due to high server traffic.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to