You can also just pass your callback function as your 2nd parameter
and the load function will realize that this is the case and use it as
your callback.

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

Paul

On 12/1/06, Doug Tabacco <[EMAIL PROTECTED]> wrote:
> Worked like a charm.  Thanks!
>
> -doug
>
> Joel Birch wrote:
> > 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/
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

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

Reply via email to