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:
Release Notes:
{$f_14}
My goad is to hide the div("release") using JQ. I believe I am following the right path by using:
if (!$("#ins_14").val()) {
$("#release").hide();
}else{
$("#release").show();
}
//else my be unnecessary
FYI i have tried to substitute .val() with .text()
This code will not cooperatre on the template level it seems like.
This was originally posted in Features / Usability, I had no responses so i thought I would put it here in dev.
Any ideas are welcome!
Thanks.