i am using following code in other browser(mozilla, chrome etc.) then working fine but if i use that same code in IE 7 then it’s not working(work in IE 8+). no error given to me.
$(document).ready(function(){
alert("hello");
});
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am guessing that there might be an error above the jQuery code block which might be stopping the execution on IE7.
Do this – load the page on IE7. On the bottom-left corner of the browser, if there’s a yellow symbol double click on it and see what line is causing the execution to fail.