Does it work if you change that line to:

  $("#ajax_episodebox").load(url, {}, function() { // This line

So change the second argument from 'false' to an empty object. I may  
be way off but I'm not sure 'false' is a valid argument for $.load.  
Maybe 'null' would be valid too, but an empty hash seems the surest bet.

Joel.



On 01/12/2006, at 3:21 PM, Doug Tabacco wrote:

>
>     $("#ajax_episodebox").load(url, false, function() { // This line


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

Reply via email to