在FF和IE,我向我的服务器提出Ajax(Jquery Post)要求。 这些请求要求有一个储存程序,在数据公布之前,可以查询30秒钟(或者在有数据后立即查询)。 之后,数据被退回到我的javascript上,而我预示着根据它采取的行动。
所有这一切都是罚款的,直到我获得更新,但显示装点和装在浏览器上的Icon。
每次返还请求时都会发出这一呼吁,因此看来,用户似乎也发出这一呼吁,例如,神学院总是等待该页装上。
是否有办法解决这一问题?
在这方面。
在FF和IE,我向我的服务器提出Ajax(Jquery Post)要求。 这些请求要求有一个储存程序,在数据公布之前,可以查询30秒钟(或者在有数据后立即查询)。 之后,数据被退回到我的javascript上,而我预示着根据它采取的行动。
所有这一切都是罚款的,直到我获得更新,但显示装点和装在浏览器上的Icon。
每次返还请求时都会发出这一呼吁,因此看来,用户似乎也发出这一呼吁,例如,神学院总是等待该页装上。
是否有办法解决这一问题?
在这方面。
我最近也面临同样的问题。 幸运的是,我发现另一个非常有益的SO问题。 这方面的一个例子是我为解决这一问题做了些什么:
jQuery(document).ready(function() {
setTimeout(function () {
$.getJSON("veryLongRequest", function(json) {
alert("JSON Result: " + json[0].id);});
}, 500); // You may need to adjust this to a longer delay.
});
注:我使用短时间舱法,即“群子”,该方法是用数据类型标明为“json”的亚克斯电话的包装器。 然而,这一解决办法将满足所有亚基尔的请求。
参考:
self.location = cache: + self.location I want to redirect from "[URL]" to "cache:[URL]". I just want this code to work in Chrome browser.
I m在4号 Chrome(目前为4.0.249.0)中开发一个延伸点,显示用户在地位酒吧中的形象。 Ive设计了一个供用户使用的备选办法网页......
I ve tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({<br /> background-color : opts....
Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ...
$( img ).height() returns 0 in chrome, but it returns the actual height in IE and firefox. Whats the actual method to get the height of the image in chrome?
I am trying to view a page in Google Chrome, but I get the message: "Aw, Snap! Something went wrong while displaying this web page". Is there a way to get more information about what went wrong? ...
I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....
On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...