B
B
boddicheg2012-07-21 19:31:13
JavaScript
boddicheg, 2012-07-21 19:31:13

How to properly layout in ie9?

There was a problem while testing version. In ie9 when clicking on a link

<a onclick = "viewCommentaries(<?php echo $joke['id'];?>);" >Комментировать</a>


function must be executed

function viewCommentaries(id){
        var selector = '#comments_'+id;
        $(selector).toggle();
        get_comments(id);//получение комментариев через get
}


This is not happening. It works in all other tested browsers. jQuery v1.7.1, tested in
IETester Thanks in advance)

upd : no function works

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Next_Alex, 2012-07-21
@boddicheg

I'll ask a strange question, but anything can happen ... Is
the given link code what the client really receives or is it still the server side?
Are there any errors in the console, or at least something?
Post a couple of alerts or information outputs to the console and it will become clear where the crash is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question