Hi,
I'm getting started using BugMonkey and I was wondering if there was a tutorial or documentation floating about.
From what I've seen, it seems to all use jQuery, and I'm functional in jQuery, though just enough to be dangerous.
I have two main questions.
How do you work out what the name of standard control is? Is there a listing or do you just use Firebug and work out the name?
If I want to add a change event to a form element, would I just do something like $(someSelector).changed = someFuncRef; in an onReady function?
More specifically, what I'd like to do is the following:
When someone is adding a new case to certain projects, I'd like my BugMonkey script to automatically add a certain tag. All the projects I'd like this tag to apply to start with "XYZ -". We use this tag to link related projects together. I can't say this is the best way to do it, but it's how it was implemented.
Thanks
Aaron