jeudi 29 janvier 2015

Sharepoint 2013 and ajax problem



I used that Ajax branding technique to load list items or any document library item into my design in Sharepoint 2010 now im working on 2013 and with the same technique i got failure



$.ajax({
url: '~/Lists/listname/AllItems.aspx',
data:{id:"#divId"},
dataType: "html"
success: function(data){
console.log($(data).find('table[summary="Awr Latest"]'));
}

});


in 2010 i got response with the table of content that i need now im getting a response with the masterpage and the content div but no table in it


any ideas ?








0 commentaires:

Enregistrer un commentaire