Forum Discussion
ArchiveUser
7 years agoQrew Captain
Thanks Zach! This is super awesome and helpful! Just wanted to add the following:
If you want to eliminate the automatic refresh issue with Solution #2, you can do that by removing the "rl" attribute value of a pesky hidden input element.
Here's the code:
$("input[name='rl']").attr('value','');
If you want to eliminate the automatic refresh issue with Solution #2, you can do that by removing the "rl" attribute value of a pesky hidden input element.
Here's the code:
$("input[name='rl']").attr('value','');