Skip to main content

Search and Top Navigation

#5309 closed bug (worksforme)

Opened March 08, 2010 11:04PM UTC

Closed March 10, 2010 05:52PM UTC

Last modified October 11, 2012 09:15PM UTC

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 ) {

Attachments (0)
Change History (3)

Changed March 10, 2010 05:52PM UTC by scottgonzalez comment:1

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.

Changed March 10, 2010 05:52PM UTC by scottgonzalez comment:2

component: ui.coreui.tabs

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted