- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
So seems like we've had a breakthrough.
Now I'm not sure if all SF configurations are the same as ours, but what seemed to work was first targeting the DIV.ui-widget element and then the element that I needed.
eg. I wanted to target a h3, so using the selector h3:eq(0) (or equivalent) in VEC didn't work, however when we targeted the h3 using DIV.ui-widget:eq(1) h3, then I was able to modify the element.
So now to try some more complex modifications and eventually an Activity.