On Wednesday 18 February 2009, Alexandre Plennevaux wrote:
> see if this resolves your issue:
 Hi Alexandre:

 Thanks very much for your help on this issue, but it still
 does not work.

 However, I already have a workaround to enable functionality - and in the 
 future - a different approach could be tried.

 In the meantime, :-( I'm stymied on another issue - 
 see subject: "serializing data from a jquery-rendered form"
 Keep up your good work!
 Tim
>
> ...
>
>  $(document).ready(function(){
>  $.ajaxSetup( {
> dataType: 'script'
> }) ;
>
>        $("#dynamic_content").load(myscript,"task=entry",
>                function(resp,stat,xhr){
>                        //alert(resp);  // leave for testing
>                        }
>                );
>  });
>
 

Reply via email to