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
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.
-
2 matches
Mail list logo