반응형

            $(".USETYPECD").each(function() {

                ROOMNUM += $(this).attr("name") + "|";

                if ($(this).has("option:selected")) {

                    USETYPECD += $(this).val() + "|";

                }

            });

반응형
Posted by Hippalus
,