I'd like to share something that makes me spend a lot of time when working with drupal in order to know if there's a solution for this and if not, in oder to open an issue. It's about usability.
I am running into issues trying to implement some code that needs to re-attach behaviors after adding some elements to the dom via jquery. I have a series of links on my page that are using the ajax framework in d7. so these links all have the .use-ajax class so that i can do some work behind the scenes when one is clicked. later in the code i am adding/removing these based on some events. the links that are on the page upon initial load work just fine and as expected. The links i dynamically add aren't working at all.
I can't seem to find an answer to this in the forums.
Upon adding a node, I'd like my site to generate a second node that has (at the very least, and then I will add other fields/elements/views/elements to it...) three of node #1's fields concatenated to make node #2's title.