$(document).ready(function(){ if($("#nav li").length == 0){ try{ $(".include").each(function(i){ var incParent = $(this).attr('id'); incParent = "#" + incParent; var incStr = $(this).attr('id') + "_func"; var incFun = eval(incStr); var url = incFun('/include_path'); if (url.match('#')){ url = url.replace(/#/g,'/'); url = url.replace(/\*/g,'.'); } $.get(url, function(data){ if (data.indexOf(' var so = new SelectObj(); var so_props = ' if(so.hasMultiple==="Yes"){ so_props += 'multiple="multiple" size="5"'; } so_props += '>'+data+''; $(incParent)[0].outerHTML = so_props; } else{ $(incParent).html(data); } }); }); } catch(e){} }});
Please help me understand if component fragments are not part of the edit page (Component fragments are not injected into edit page dom)
Thanks a lot for your response.....But I'm trying to understand how it is working in 6.7.2 but not in 7.3.1