Questions about manipulating the DOM.
Hi. I'm trying to create a script that will do a certain function but I'm not really sure where to start. Maybe someone could help me out?
I'm using
RTM to mange my day to day tasks and at the moment it only allows me to alter a certain number of fields for each task. I'd like to add a custom field by utilising the tags field of that task.
So if a task has a tag of @home, I'd like to create a field that reads "Contexts: home". I'd also like this to work the oposite way round as well. So for example, I click on the text "Contexts:" and I type home. This would then add a tag of @home to the tags field behind the scenes.
Where do I start on trying to create this kind of functionality?
How would I get the script to copy the word if it contains a @ symbol and move it to a new div?
Also RTM already uses javascript, how can I tell if there are any conflicts with my code and RTM's code?
Kind regards,
Gavin