Firefox では問題なく動作しますが、Google Chrome では何も起こりません。
これが私のコードです:
<script>
twttr.events.bind("tweet", function(event) {
document.location.href =("?q="+event.target.parentNode.getAttribute("id"));
});
</script>
//これが isset するコードです
if(isset($_GET["q"])){
//some code
}
私のコードはエラーになりますか?
少し早いですがお礼を。