Hiding Div with JQ and Pretty Tracker
Hello,
I currently am using a pretty tracker and am focused on the template page.
I currently have this iterated on my template to display tracker fields:
Copy to clipboard
{HTML(wiki="1")}<div id="release"> !!!Release Notes: {BOX( class="MAIN_BOXES")}{$f_14}{BOX}</div>{HTML}
My goad is to hide the div("release") using JQ. I believe I am following the right path by using:
FYI i have tried to substitute .val() with .text()
This code will not cooperatre on the template level it seems like.
Any ideas are welcome!
Thanks.