Re: Ajax with jquery, 2 load in the same event, work not OK on apache2 server...strange because work ok with runserver, on localhost

2009-11-27 Thread Tom Evans
On Fri, Nov 27, 2009 at 8:08 AM, NMarcu wrote: > Hello all, > >I have something like this: > > $( '#operators_list_div' ).html( ' ' ).load( '{% url > add_save_view %}',{'action':'action',}); > $( '#address_list' ).html( ' ' ).load( '{% url add_save_view %}', > {'action':'address_list',}); > >

Ajax with jquery, 2 load in the same event, work not OK on apache2 server...strange because work ok with runserver, on localhost

2009-11-27 Thread NMarcu
Hello all, I have something like this: $( '#operators_list_div' ).html( ' ' ).load( '{% url add_save_view %}',{'action':'action',}); $( '#address_list' ).html( ' ' ).load( '{% url add_save_view %}', {'action':'address_list',}); In view I have like this, that don't work on: #list of availibl