I want to add following class and attributes to a twitter widget (loaded via widget.js of twitter). The following script is working properly for all the ids except twitter id's/classes. Can some one help me.
<script type="text/javascript">
$(function() {
$("a.customisable").attr("name", "value");
$("a.customisable").addClass(".customclass");
});
</script>