Answer the question
In order to leave comments, you need to log in
Problem with click event in ajax?
there is a code
$(document).ready(function(){<br/>
$('.banner_stat').bind( 'click', <br/>
function(event){<br/>
$.get("index.phtml", { banner:$(this).attr("id")}); <br/>
});<br/>
<br/>
});
Answer the question
In order to leave comments, you need to log in
As iStyx has already pointed out, clicks on an object inside an embed do not go to the client.
I see 2 solutions, each of which is no better than the other:
1. Process the click in the object (flash?) and pass it to the client.
2. Cover the object from above with a transparent div and catch a click on it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question