Question

Call jquery on dependant field

  • 22 July 2021
  • 0 replies
  • 43 views

Hi

How i can call the id of a dependant field who is masked by jquery on portal customization ?

 I want to make this :

 jQuery("#helpdesk_ticket_custom_field_cf_XXXX")
                                            .on("change", function(e){
                                            jQuery("#helpdesk_ticket_custom_field_cf_BBBBB").val('Urgent')   
                                          });

But i cnat call helpdesk_ticket_custom_field_cf_XXXX because there a is a standard script use by the snipet to put “<” ine place of “<”

Thanks for help


0 replies

Join the Community or User Group to Participate in this Discussion

Reply