removed the above function and call to it in “onload” event of the body.
added below lines to the external .js file. nothing changed. works in IE, not others.
$(document).ready(function () {
twttr.anywhere(function (T) {
T(’#divToBind’).connectButton();
});
});
(firefox version is 3.6.20)
edit:
upgraded firefox to 5.0.1 still no luck.
chrome:13.0.782.112
edit2:
same problem applies to “followButton()” as you can imagine.