I've made too many changes to back up and check to see if this works,
but I appreciate the help. Next time I run into this, I'll attempt
this instead.

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