On Jan 22, 5:13 pm, Diego <[EMAIL PROTECTED]> wrote:
> Yes
>
> <div id="container">
>
>             <ul>
>                 <li><a href="/jsp/GoInsert.do"><span>GoInsert</span></a></
> li>
>
> [...]
>
> the tabs load an action and forward to jsp page

In this case you need to initialize the calendar in the load callback,
e.g. after it has beed added to the DOM:

$('#foo').tabs({
    load: function() {
        // initialize calendar
    }
});

Another would be to use the excellent Livequery plugin.


--Klaus

Reply via email to