I have a custom post type created, with custom meta boxes for it setup and a custom taxonomy type for that post type. Now I'm looking to (i.e. Via jQuery) display certain meta boxes based on the taxonomies selected (each taxonomy has different options that needs to be filled out)
Any suggestions on the best way to go about this or if it's even possible?
I've got the bulk of the work done I just need to conditionally display (a) specific meta box(s) based on the taxonomy(s) selected..