Hi,
thanks for answering. Unfortunately, it didn’t work. Just to make it clear, I want to use it on a normal plugin page (not ‘edit post’ or ‘edit custom post’ from WP). So I just register a callback in the menu and call the code I presented in the first post. do_meta_boxes() renders the proper HTML, but the JS doesn’t bind events to it.
I can’t find any tutorial or documentation on using the mentioned box in plugins or when the events are binded.
Do you know what do I have to do to get the select taxonomy term working on a custom plugin page, if I have a loaded $post (just like in post.php from WP)?
thanks!
ian