- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Custom Alert Action UI JQuery
rigoreatigax
Explorer
01-21-2020
02:18 PM
Hi all,
Is there a way to hide/show form elements within a custom alert action using JQuery for example something really simple
$(document).ready(function() {
$('#item').hide();
$('#options').change(function(){
$('#item').show();
});
});
I'm having trouble searching thru the documentation.
Thanks in advance.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Murali2888
Communicator
04-21-2021
12:07 AM
I am after a similar approach. Have you managed to find an answer for this?
