Try asking this question in the jQuery UI group the UI guys hang out over
there mostly and would probably be the best to help you.

Good luck,
Ralph

On Wed, Apr 8, 2009 at 5:05 PM, Rogers <roghell...@aol.com> wrote:

>
>
>
>
> The following code works well in all cases, except when run under the
> UI tabs as an ajax called program.  Using the  (latest versions of
> jquery and UI)
>
> I can see by the console.log that prgm is set to the correct value,
> but the program is called, but when run under tabs data is always
> empty.
>
> Any ideas where is need to look or poke next?
>
>
> console.log("Vitals from assessment prgm:%s",prgm);
>        $.post(prgm,function(data){
>                console.log("Vitals - from assessment data:%s",data);
>

Reply via email to