Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
No problem,
use this javascript instead Just edit those words for the pop up. It is a quiet green fade away pop up for 5000 milliseconds, ie 5 seconds.
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"$.jGrowl('This Item has been put on PO CANCEL snooze', {life: 5000, theme: 'jGrowl-green'});" &
"});" &
"void(0);"
use this javascript instead Just edit those words for the pop up. It is a quiet green fade away pop up for 5000 milliseconds, ie 5 seconds.
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"$.jGrowl('This Item has been put on PO CANCEL snooze', {life: 5000, theme: 'jGrowl-green'});" &
"});" &
"void(0);"
- AlexGale7 years agoQrew CaptainOh that's perfect, thanks. I like that it gives feedback so the user knows their change has gone through even though the change doesn't immediately show up