Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've made a fiddle from my problem http://jsfiddle.net/bYMGZ/7/ The first popup displays from pressing the first button but the second popup does not display. Could you help me track down the error?

Thanks

share|improve this question
1  
But for me both the alert message is coming – Subhajit Jun 25 '12 at 12:49
Both are displaying just fine for me. – servarevitas3 Jun 25 '12 at 12:49
1  
Same here. Maybe a browser issue? – alfonso Jun 25 '12 at 12:52
Yes, there are 2 alerts coming at both places but only the left button renders a new page. There should be a new page rendering when pressing the button to the right just as a new page displays when the button on the right is pressed that appears just after the alert msg. – Nick Rtz Jun 25 '12 at 15:56

1 Answer

up vote 1 down vote accepted

In the chrome developer tools, I see that the sokF div is within the popupSokNamn div. You may have forgotten to close one of the tags somewhere.

share|improve this answer
Thank you very much. This might be the key to the whole problem. I will follow this answer and report back how it is working. – Nick Rtz Jun 25 '12 at 15:57
Problem is now solved. Thank you for the answer. – Nick Rtz Jun 28 '12 at 14:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.