Hi buddies,
I have some problems running ajax in IE, the same code works great in
mozilla firefox. my code is something like this :

$.ajax({
 url: ''http://myUrl'),
                type: "GET",
                error: function() {alert('eerrrr');},
                success: function(http) {
                        var xml = http.responseXML;
                        var div = $('.tableParent', xml).get(0);
                        alert(div.innerHTML);
                        $('.tableParent').get(0).innerHTML = 
div.innerHTML;//http.responseText;
                        installSortableTable($('div.tableParent 
table').get(0).id);
                },
                complete: function() {}
        });

could anybody help me with this problem?

thanks in advance,
mosen

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to