Re: [jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread leftend
Thanks for the tips. The editMode wasn't the problem, turns out that changing the order of things did the trick. So, given this HTML: Text being changed If I changed the innerHTML of the "innerSpan" before showing the "outerDiv", I encountered the problem. When I showed the "outerDiv" first a

Re: [jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread Dave Methvin
> Alright, here you go: > http://the-in.com/htmlTester.aspx > > Click on the "edit" link at the end of the paragraph. That > should put the text into a textbox - when you change the > text and click save, the textbox will go away, and the > edited text will be shown. As I said, working in FF, not

Re: [jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread leftend
Alright, here you go: http://the-in.com/htmlTester.aspx Click on the "edit" link at the end of the paragraph. That should put the text into a textbox - when you change the text and click save, the textbox will go away, and the edited text will be shown. As I said, working in FF, not IE. I als

Re: [jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread leftend
You aint kiddin... It's behind a login right now, I'll work on getting a public page up - might be a few minutes... I'll let you know... dave.methvin wrote: > >> Again, this is working fine in Firefox, but not in IE - so I >> can't help but thinking I'm missing something simple. >> Any thoug

Re: [jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread Dave Methvin
> Again, this is working fine in Firefox, but not in IE - so I > can't help but thinking I'm missing something simple. > Any thoughts? I am thinking I would be rich if I could have trademarked the phrase "This is working fine in Firefox, but not in IE." Can you post a link to a page that shows

[jQuery] html() returns different val in Firefox and IE?

2006-12-01 Thread leftend
I encountering some strange inconsistencies between Firefox and IE in regards to the .html() method. In Firefox everything's working fine - but in IE, the previous html gets returned. An example would explain the problem best: I have html like this: text to change here | # edit I use the o