neat_things
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| neat_things [2018/04/06 11:03] – root | neat_things [2026/02/01 12:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | === Display radio button option that was selected with alert message === | ||
| + | <code java> | ||
| + | <script type=" | ||
| + | jQuery(document).ready(function($) { | ||
| + | JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, | ||
| + | callVerifyAndUpdateFunction(); | ||
| + | }); | ||
| + | callVerifyAndUpdateFunction(); | ||
| + | function | ||
| + | var radioValue1=document.getElementById(' | ||
| + | var radioValue2=document.getElementById(' | ||
| + | var radioValue3=document.getElementById(' | ||
| + | if (radioValue1){ | ||
| + | | ||
| + | } | ||
| + | if (radioValue2){ | ||
| + | | ||
| + | } | ||
| + | if (radioValue3){ | ||
| + | | ||
| + | } | ||
| + | | ||
| + | |||
| + | } | ||
| + | |||
| + | }); | ||
| + | </ | ||
| + | </ | ||
| + | |||
| ==== Adding messages to your JIRA tickets ==== | ==== Adding messages to your JIRA tickets ==== | ||
| Line 75: | Line 105: | ||
| {{: | {{: | ||
| + | |||
| + | ==== Disabling a field from being seen using banner ==== | ||
| + | **<color red>have not confirmed this yet</ | ||
| + | Link: [[https:// | ||
| + | I found this in the above linked forum discussion, not tested yet. | ||
| + | <code java> | ||
| + | <script type=" | ||
| + | (function($) { | ||
| + | AJS.toInit(function(){ | ||
| + | // init on load | ||
| + | AJS.$("# | ||
| + | }) | ||
| + | JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, | ||
| + | // init on refresh | ||
| + | AJS.$("# | ||
| + | }); | ||
| + | })(AJS.$); | ||
| + | </ | ||
| + | </ | ||
neat_things.1523027015.txt.gz · Last modified: (external edit)
