А если на одной странице есть два запроса с разными инициаторами, но с одинаковым результатом их выполнения и они часто могут пересекаться по времени выполнения, то лучше их все-таки разделить по времени чтоб уменьшить нагрузку на сервер?
а я что говорил что есть привязка к php? я написал то что написал) читайте внимательнее. по-моему должно быть ясно что имеется ввиду что принимающая стороной должен быть php код) поэтому я употребил предлог "для")
мне без кверри нужен код. как здесь внизу. вопрос простой...почему последняя строчка не работает. а вставленная в тело handleButtonPress очищает лишь один раз?
In this chapter, I will continue describing how Ajax works, showing you how to send data to the client.
Sending forms and files are two common uses for Ajax, which allow web applications to create a richer
experience for the user. I’ll also show you how to monitor progress as you send data to the server and
how to deal with different response formats sent back by the server in response to an Ajax request. Table
33-1 provides the summary for this chapter. The first three listings set up the server and HTML
document used in the other examples.
One of the most common uses of Ajax is to send data to the server. Most typically, clients send form
data—the values entered into input elements contained by a form element. Listing 33-1 shows a simple
form, which will be the basis for this part of the chapter. I saved this HTML into a file named
example.html.