I am currently trying to add extra functionality to the AddThis and
OnlyWire social bookmarking scripts. Basically I want to be able to
send calls back to our server using AJAX to track when using these
services results in a sale and how popular they are on a site.

For instance, in AddThis, there are DIVs that start with the class
"at_item". I would have thought "div[class*=at_item]" would have
detected these so I can add the click event, but this doesn't work.

Any ideas how I could go about this?

Reply via email to