Loading...
 
Development

Development


Re: Re: Hiding Div with JQ and Pretty Tracker

posts: 41 US

Hi Torsten,

I am using a pretty tracker with a template, and tracker page, as normal. I am ONLY using  {$f_14} on the template page, but I am also using $("#ins_14") on the template page, with JQ. 

I have switched my code, under instruction of another user, to use the integraded {DIV} instead of the HTML based. Here is where I am now:

Release Notes

{$f_14}


And using this as my JQ:

Copy to clipboard
{JQ()}if (!$("#ins_14").val()) { $("#release").hide(); }else{ $("#release").show(); }{JQ}

 


 

 

There are no comments at this time.