[jQuery] JQuery append problem in IE7/8 but not in other browsers!

2009-09-05 Thread notreadbyhumans
I have what I believe is quite a simple piece of code that works in every other browser except IE: $.post("/here", { this: this_value },function(data){ $("#" + this_ID).append(data); }, "text"); It simply sends a post to the server and appends the result to a div with the t

[jQuery] append problem in ie7

2008-03-05 Thread Don
hi guys, Im new to jquery. I have this problem and I think you guys can answer it. Here's the source code of the file that I am working on. The purpose of this script is to change the label into different language. -