function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rui Wang 7Rui Wang 7 

jquery to hide Salesforce dependency field

hi, Salesforce Guru:

I am using Jquery to hide and display the fields in Visualforce page. All works well except the dependency fields whose picklist options are controlled by parent field. On the intial load of VF page, the dependent fields are still displayed though in JQuery their css Diplay style set up as None. 

i dont use VG attribute Render because we have complex hide and display senarios which VF cannot support.

Regards

Rui