Hey all. I have a problem where when I enable dependencies for fields within a custom content type, the JS that is added conditional_fields.js ends up breaking any custom js I have setup I am unsure as to why, but when I look at the head information of the node, the only difference is this JS is added. No errors pop in in Firebug or anything, so I have nothing else to go on. It also disables the datepopup feature for any field where datepopup is selected as the wdiget type.
Comments
Comment #1
usmccampbell commentedJust went in to another section of the site, and it breaks all js.
So, to recap:
Upon adding a dependency in a custom content type (if a field has a certain status, a date is required), the entire .js and jquery on the site breaks. Any help would be great.
Comment #2
usmccampbell commentedMy fault. I was using jquery update. As soon as I removed jquery update, it worked perfectly.
Comment #3
MauMauUse http://drupal.org/project/jqmulti instead of Jquery update.