I am unclear where the jQuery script to deselect days should go. I have read on another thread it should be in the functions.php within the -child theme folder. This makes logical since due to if anything is updated (Gravity Forms Plugin, WordPress theme, or the CMS itself) the code will be safe in the themename-child directory.
Another way is adding the scripting code inside the Plugins directory (gravityforms/js/datepicker.js). I just appended the javascript (in this example-->http://jsfiddle.net/rLnTQ/104/) below the markup within datepicker.js. This breaks the datepicker, so I cannot figure this out. Plus if the Plugin is updated the code becomes overwritten.
My question is when JavaScript/jQuery code is added to maximize the use of the product, where should it go? What is the most efficient way?
Thank You