Although " var div = $('.tableParent', xml).get(0);" works in FF, IE
gives error on this line of jQuery:
return new RegExp("(^|\\s)" + a + "(\\s|$)").test(e);
On 8/19/06, Mohsen Saboorian <[EMAIL PROTECTED]> wrote:
> 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/