I found a spot where I can back up safely. This is working, but I have
a new issue to resolve and a decision to make. =)

Thanks ricardobeat!

On Mar 11, 3:35 pm, ricardobeat <ricardob...@gmail.com> wrote:
> How about
>
> $('#orderlineform #productlisting').load('orderProxy.cfm',
>    {
>       mode:'getAvailableProducts',
>       ordergrade_id:ordergrade_id,
>       order_id:order_id
>    },
>    function(){
>       $(this).find('#product_id').change
> (isRentalActive);
>
> });

Reply via email to