hi all,
i am stuck with a dynamic action condition. I have the following:
$("#P302_COMPANY").val().length > 0 && ($("#P302_DEPARTMENT").val().length > 0 || $("#P302_PRODUCT").val().length > 0 || $("#P302_INDUSTRY").val().length > 0)
which would be ok if all the items were text boxes, but P302_PRODUCT, and P302_INDUSTRY are checkbox lists, and i want to check if 1 or more of the values in the list are ticked.... but i cant work out how to do it... any ideas?
thanks
tod