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
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Yes. The following example will return "inline" if visible "hidden" if not:
$('#textControl_fd_component_' + window.FormDesigner.runtimeNamespace + fieldId).css('display')
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You should start looking at all the dynamic capabilities of Appian 7.4, it seems most of these requirements could be easily addressed by the latest release of Appian and still allow you to go mobile
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<