在下面的小提琴中,是否可以将监听器附加到投票按钮,以便在单击投票时触发监听器,在这种情况下只是一个警报?
我尝试将 css 附加到侦听器但不工作。:
$('.pds-return-poll').on('click', function () {
alert('here');
});
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".pds-pd-link").hide();
$(".a2a_dd.pds-share").hide();
});
</script>
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6343621.js"></script>
新民意调查