This topic is locked

Conditionally show or hide details table

6/22/2017 7:43:44 AM
PHPRunner General questions
M
miles authorDevClub member

Hi I am trying to conditionally show or hide a detail table on a master Add page. The master table is called enquiry & details table enquiry_followup...

I am familiar with the show & hide method and read this thread as it seemed to describe what i'm trying to do: http://asprunner.com/forums/topic/22293-how-to-hideshow-detail-form-display-from-master-page-conditionally
So I have put this code in the JavaScript OnLoad event of the master page: $(".rnr-c-enquiry_followup").hide(); and I also tried $(".rnr-c-details").hide(); as the post suggested this would hide all details pages but I cannot get the details table to be hidden.
am I missing something?
thanks in advance