Hi. We would like to use jQuery function. I read from somewhere in the forum tha

Hi. We would like to use jQuery function. I read from somewhere in the forum that Appian shipped with jQuery. Can I know what version of jQuery Appian 7.3 is using?

Can we directly use jQuery functions in the form without even importing it? Or we have to import it?...

OriginalPostID-99823

OriginalPostID-99823

  Discussion posts and replies are publicly visible

Parents
  • I tried using jQuery as per below in the on change event rules:

    if($("#status option:selected" ).text()=="No Go"){
              $('#closedReason').show();
    } else {
              $('#closedReason').hide();
    }

    It is to hide and display an input field based on the dropdown. But I can't get it to work. Something wrong with my code? I did not import anything.
Reply
  • I tried using jQuery as per below in the on change event rules:

    if($("#status option:selected" ).text()=="No Go"){
              $('#closedReason').show();
    } else {
              $('#closedReason').hide();
    }

    It is to hide and display an input field based on the dropdown. But I can't get it to work. Something wrong with my code? I did not import anything.
Children
No Data