Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5309 closed bug (worksforme)

No such interface supported. Tab

Reported by: jrobens Owned by:
Priority: minor Milestone:
Component: ui.tabs Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

Jquery UI with ajax result. Fails in ie8, but not firefox. "No such interface supported".

jQuery("#tabs").tabs({

ajaxOptions: {data: {

P_SITE_CODE : ctx.defaultSiteCode, P_PERIOD : Current_Period

}}

});

<%@ include file="../js/jquery-1.4.2.js" %> <%@ include file="../js/jquery-ui-1.8rc3.custom.min.js" %>

Fails on this call: fragment.appendChild( ret[i] );

In this function - ../js/jquery-1.4.2.js: jQuery.extend({

clean: function( elems, context, fragment, scripts ) {

Change History (3)

comment:1 Changed 13 years ago by Scott González

Resolution: worksforme
Status: newclosed

Please verify that the markup you're requesting is valid. If you continue to have problems, please ask for help on the forums.

comment:2 Changed 13 years ago by Scott González

Component: ui.coreui.tabs

comment:3 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.