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 ) {
Please verify that the markup you're requesting is valid. If you continue to have problems, please ask for help on the forums.