Would appreciate if somebody could help me with something like this:
NOTE!:
I Do not have any class or IDs the title itself is what I use to
select the element
Example: <a title="name"></a>
Insert a attribute into the element so it looks like this:
<a title="name" onclick=""></a>
I want to insert this into the onclick='onClick="_gaq.push(['_trackEvent', '', '', '']);'
But I’m out of luck, anyone knows how to bind the ” with multiple ” inside?
This might work:
But rather than mess with the
onclickattribute, you should just bind a click handler.