M
Meryk
Guest
Hello, With relation to my previous post : https://community.progress.com/community_groups/rollbase/f/25/t/20061.aspx, I am just realizing that the ajax calls are maybe facing some issues in the new UI, generally speaking and not only when used with the Kendo Tabs. Basically, I am just doing a jQuery Ajax call like that : This is the Ajax Section function loadAjax(){ $.ajax({ method : "GET", url: 'myUrl' dataType : 'html', success: function(data) { console.log($.parseHTML(data)); var myDiv = $.parseHTML(data)[39]; console.log(myDiv); } }); //end of ajax call } In the code below, I am expecting "myDiv" to return the "rb-content-box", in which I would like to look for another div of class "k-tabstrip-wrapper". The problem is that the result of the ajax call is not complete. The "myDiv" returned is : Whereas I am expecting a whole page. Obviously the result is truncated to 3 levels. Is that something to do with the new UI and how Rollbase is using it ? We are actually facing this Ajax issue in many of our pages using the new UI. Can you please kindly give us some help on this ? Thank you Meryem
Continue reading...
Continue reading...