Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
12 replies
Subscribers
9 subscribers
Views
5044 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi. We would like to use jQuery function. I read from somewhere in the forum tha
Will Teoh
over 11 years ago
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
0
Will Teoh
over 11 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Will Teoh
over 11 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data