Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 2 of 2
Search took 0.07 seconds.
Search: Posts Made By: becked
Forum: JavaScript programming 09-17-2009, 07:04 PM
Replies: 1
Views: 1,967
Posted By becked
Well, I believe the reason is that I am creating...

Well, I believe the reason is that I am creating multiple elements with the same ID, causing IE confusion. Changing:
var issue_1_help = $('issue_1').remove();
to:
var issue_1_help =...
Forum: JavaScript programming 09-17-2009, 06:44 PM
Replies: 1
Views: 1,967
Posted By becked
Only in IE, prototype's Element.update() doesn't work multiple times

The following code works find in firefox and chrome. In IE, it only works the first time I click on a link. Any ideas?

Thanks in advance,

// I have some div's where help is, which I make...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT +1. The time now is 03:18 PM.