Hiding Div with JQ and Pretty Tracker
Hello,
By the title my objective should be clear, I wish to hide a Div that contains a title and a #f_numer in it when there is no data filled in the template. Here is my current JQ:
NOTES
div Id="release"
ins_14= $f_14
CODE
if(!$("#ins_14").val()) { $("#release").hide(); }
Note sure where I am going wrong.
Thanks