CSS Changes in form_X.js

I'm new to Fabrik, I'm wondering if its possible using form Javascript to change elements made visibility: hidden in the custom CSS file to visible?

I hope its easy.
 
Sure, just straight up JavaScript / JQuery ...

jQuery('#your-selector').css('visibility', 'visible');

Replace #your-selector with the selector for whatever DOM element you want to work on.

-- hugh
 
Yes, just to be clear, by "DOM element" I mean the DOM element (not Fabrik "element") you want to affect, like the Fabrik element wrapper div.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top