Since my raid on AJAX, I have always used the “any job” method to process AJAX data. I would like to know what the ultimate and current best practice is for data processing.
Is it best to generate HTML through a script server and inject the returned data into the onComplete function? Should XML / JSON be considered first? How to manage returned data? Using .live () doesn't seem to be the most efficient way.
I have never seen a definitive answer to this question. Your experience is much appreciated.
It all depends on what you are talking about!
, , " " json. , , . , Ext-js:
obj = Ext.util.JSON.decode(action.response.responseText);
(), json, .
javascript , :
.load(), .eval(), ....
html xml . json. - , , , .
Source: https://habr.com/ru/post/1735495/More articles:How to use ProcessStartInfo to run a batch file? - c #Want to call the same BackgroundWorker multiple times without using Application.DoEvents - vb.netLimit string length to property - reflectionproblem with netbeans platform platform - javaSlow performance - ASP.NET ASPNET_WP.EXE and CSC.EXE Starting after clicking the redirect link - performanceРезервное копирование удаленного SQL Server 2005 - sqlWhat assembler will be targeted? - assemblyВозможно ли установить или запустить dotnetredist.exe(или любой произвольный EXE) в составе .MSI? - .netBind ASP.NET Menu Control in XML - xmlHow to use Access database with query as pivot table in Excel - databaseAll Articles