Hide a Div according to a field on your App Rails
I just published "Hide a Div according to a field on your App Rails" A step-by-step guide to teach you how to hide a Div based on the result another field on your Ruby on Rails application using Jquery-ui
Recently in a project I needed to hide a field and its label according to a value from another field. To achieve this dynamically, I used the Jquery of Javascript library.
That’s what we’re going to get !
I take this opportunity to introduce and use a tool called Webpacker for managing Javascript dependencies with the yarn package manager. Webpack is a bundler modulethat takes the modules…
View On WordPress














