Tagged Questions
0
votes
3answers
54 views
How to avoid show the image has same name just did remove?
I try to use ajax upload images to raphael, after upload 1.jpg then remove then upload another image as same name 1.jpg.
It is show the image just did remove before, I found some similar question and ...
0
votes
0answers
23 views
Large Data Populating Delay in Autocomplete in spite of Caching
I am invoking autocomplete with this ajax request:
source: function (request, response) {
jQuery.ajax({
url: handlerUrl,
dataType: "json",
...
0
votes
1answer
53 views
Cache Page Load and Delete after 30 Minutes?
I'm using a fade-in effect on my homepage, but as suggested, I should cache the page load so that I only trigger the effect once. I'm not too savvy with javascript, but this is what I have. ...
0
votes
2answers
43 views
New deployment, have browser cache cleared the first time the page is loaded
The situation:
-Application deployed and in use.
-JavaScript / jQuery (in .js file) updates made.
-Application redeployed
-User does not see JavaScript changes unless they clear their cache.
This ...
0
votes
0answers
46 views
How to implement JS client-side page cache?
I need to add a client-side cache for the web application, as the site oriented on mobile devices with not so high response and connection speed. Is there any "best practices" for the front-end ...
1
vote
0answers
50 views
Programatically reload a SVG file
I have a Javascript/jQuery function that creates/overwrites a SVG file, which is embedded in a page in a web app. I made sure that, each time this function is called, the SVG file is updated, but ...
2
votes
3answers
385 views
Browser back button
I’m using following line of code to disable the browser back button problem after logout.
function LogoutOnClick() {
window.history.go(-1);
}
But, there is one problem with this code, supposing ...
0
votes
0answers
49 views
Why is script caching disabled by default in jQuery
Why is script caching disabled by default in jQuery. I want to ajaxify my pages with HTML5 pushstate api. I want the browser to cache the script files, like it does for a normal request.
Is there ...
0
votes
1answer
126 views
jQuery, ajax wont cache
Why will my jQuery ajax not support the ETag feature?
You see in the second example, there is no "If-None-Match" header. But why?
In both tested browser i have a 50% change to have a cache will ...
0
votes
2answers
95 views
Items in DOM not clearing, how to clear cache
I have a site where items are loaded onto a page in the DOM as I'm using a masonry type effect.
Now, users can delete these items at any time, many at once if they choose to.
The problem is, after ...
0
votes
1answer
94 views
Images in dynamically generated HTML elements are still cached, even after Ctrl-F5
After refreshing a page with Ctrl+F5 in IE or Ctrl+Shift+R in Chrome, most of the images also refresh, but a few that are referenced from dynamically generated HTML elements (via AJAX/jQuery) are NOT. ...
0
votes
2answers
98 views
AJAX post caching using browser navigation buttons
The difference between browser implementations strikes back!...
I have a report page that gets its data using a jQuery AJAX post. Click away from this page and hit back button in the browser produces ...
1
vote
1answer
44 views
Browser keeps losing javascript file
I'm having a very strange problem. I just bought a new computer running Windows 8, downloaded xampp, installed an apache server, everything's fine, blah blah. I made a basic HTML page that links to a ...
3
votes
2answers
63 views
Is jQuery cache disabling trick needed if a server returns cache prevention headers?
I need to fully prevent caching of Ajax calls results. Jquery ajax() function has acache: false option for this. The option appends timestamp to each requested resource (?_=1353592676117). This should ...
1
vote
1answer
70 views
browser stuck when using HTTP request or jqurey post
Thanks in advance...I am using http requests in my website,which is most needed through out.But ,during the request time (0 sec-70 sec),the browser gets stuck and ,no typing or selection is not ...
2
votes
0answers
188 views
How to handle ready and pageshow events across all browsers, to help when back button pressed
I'm new to jquery, and only just realised that code in the .ready function does not always get run when you return to a page using the browser's BACK button. From reading two-year-old posts on ...
0
votes
1answer
200 views
Disable browser caching for inline javascript retrieved via jquery load
The system setup as follows:
Page is a normal html page served from server. Once page loads, a jquery load request is made to a controller on server which is spring mvc. Controller then sends down a ...
0
votes
1answer
132 views
jQuery, browser cache, refreshing an image with attr('src', newimage)
I am refreshing images via attr('src', newimage), where newimage may point to one of several images and may already be cached by the browser. Unfortunately the browser cache is being completely ...
3
votes
1answer
114 views
When is $.cache deemed too large?
I recently read in this tutorial that certain jQuery leaks are trackable through the $.cache variable, and you should always check its size, if it's too large, you're doing something wrong.
Well, ...
0
votes
1answer
75 views
browser cookie. and other options for achieve the same effect
How would I create a cookie that would store the randomly added body class for one browser session or for one day. My intention would be to randomly give every user a body background image and then ...
1
vote
1answer
320 views
JqueryMobile Cache Ajax issue
I have a strange issue with my jquery mobile application. Below screen shot from Chrome Developer Tools Snapshot.
Why does my Pages or Scripts are cached even thiugh Have added
$.ajaxSetup ({
...
0
votes
2answers
573 views
Jquery AJAX not refreshing pages in ie
I have an ASP.Net application that uses jQuery's AJAX POST method to update the DOM.
user enters a date
user clicks a link button
JQuery ajax post call to a database loads a div with requested data.
...
0
votes
0answers
90 views
Getting a bug only on page refresh
Right now I have a javascript bug on one of my pages that only occurs after I refresh the page. If I click on a link to go to the page, the bug never appears. I thought the issue had something to do ...
0
votes
0answers
401 views
How does android webview store and use loaded resource?
I am facing the problem of poor performance of some jquery function
like fadeIn() and fadeOut() on Android 3.x. Once I click to trigger those function, it lag for long time.
Then, I have think of the ...
1
vote
0answers
147 views
How can you force Ajax content to reload when a user presses the back button on a Browser?
I have a product listing page that lists the products, the pagination and some filters using Ajax.
That is all fine, but I find when a user clicks into a product and then uses the back button to go ...
1
vote
1answer
211 views
Slow browser cache with jquery/ajax calls
I am investigating a problem with jQuery, Ajax and browser caches.
We're using jQuery to get a piece of html from the server via Ajax. When this is not cached, it takes about 10ms to respond ...
0
votes
1answer
223 views
safari caching the html pages using jquery mobile and ZEND sessions
Hi I have the following php code
if($this->sess->loggedIn == 1){
$this->_redirect("Queue/index");
}
What I am doing here is checking that If user is logged in and presses the back ...
0
votes
1answer
280 views
jQuery and Caching - How it works, detect current cache & version, etc
The Crux: How does the browser utilize the cache, does it load webpage specific cache content, or will it access scripts from other pages?
Specific Case:
If I'm loading jQuery, I'm assuming it's ...
1
vote
1answer
682 views
call html page with jquery-mobile in a iframe
I'm calling html5 page inside a iframe. To prevent the cache I call the page thus:
... not irelevant code...
<iframe id="contentframe1" name="contentframe1" frameborder="0" scrolling="No" ...
1
vote
1answer
304 views
Web application available offline from cache
I need to create a web application with offline support. When the client's computer goes offline, Javascript must redirect to another page with important information from the application.
Redirect to ...
5
votes
5answers
5k views
How do you cache an image in Javascript
My friends and I are working on a website where we would like to cache certain images in order to display them faster in the future. I have two main questions:
How do you cache an image?
How do you ...
0
votes
1answer
661 views
jquery ajax cache false but issues with ie bassed browser
below code works perfect on firefox and chrome however getting strange issues with ie.
I test it myself many times with ie 6,7,8 and 9 seem works to me. the problem facing when clients request the ...
0
votes
1answer
624 views
jquery ajax ie8
i have a problem with ajax and ie8.
my script:
$('#buton').click(function () {
$('#reader-cont #imgw, #reader-cont #txtw, #reader-cont #datew, #reader-cont #sharemew').html('<div ...
3
votes
1answer
407 views
Why doesn't jquery ajax call populate data variable from cache when getting a 304 status code?
I'm using jquery ajax in my mobile app to fetch my json data via restful apis. My restful apis have been configured to support etags. My restful apis are hosted on another subdomain, so I have ...
1
vote
1answer
592 views
Preventing jQuery from cache busting resources loaded during AJAX callbacks that use the `html(…)` function
Using jQuery 1.7.1, I am loading some HTML fragments via AJAX that are injected into the DOM via the html() method.
The HTML content itself cannot be cached, but it may load some JavaScript ...
8
votes
3answers
986 views
URL cache-busting parameters with RequireJS?
I'm using RequireJS (the jQuery version) and I want to append GET parameters to my scripts to prevent unwanted caching.
I'm using the urlArgs parameter, as suggested in the docs. This is my ...
0
votes
1answer
180 views
How to cache images sent in server response without adding caching headers?
I'm a complete noob to caching and to top it off, for reasons beyond my control, I cannot add/modify my response header sent from my servlet (ridiculous I know). Is there any other way I can tell the ...
0
votes
3answers
255 views
Jquery OnClick Event - can I cache the page so it doesn't load again and again
< a id="aboutTab" href="javascript:void(0);" onclick="about();" >About< /a>
When we click on About link..it loads about.html in a div and here is the function
function(about) { ...
1
vote
1answer
366 views
Jquery Mobile set cache to expire
I'm using jquery mobile and I'm placing data-dom-cache="true" to cache some pages. What i wanted to know is whether it is possible to add an age to that cache for e.g. I want that page to be cache ...
0
votes
1answer
292 views
preventing reloading of images when appending them with JQuery append()
I've got an AJAX call that returns some JSON including some image URLs. I want to add images to the DOM for them, but I'm going to be getting the same images over and over again and I don't want to ...
0
votes
1answer
224 views
Playing and cueing up / preloading sound in JavaScript
I've seen a number of questions here that ask how to play sound in JavaScript. They mostly seem to rely on creating an object with autoplay true. I have about 20 or 30 very small sound clips that I ...
1
vote
1answer
124 views
Break image caching in browser
No code, because this is mostly conceptual:
So I've got a folder of images named thusly:
1.jpg
2.jpg
3.jpg
4.jpg
These images populate a gallery, and as you might assume, the ordering in the ...
1
vote
3answers
3k views
Clear Form on Back Button?
I have a page with several check-boxes in a form, which when selected, filter corresponding info out of a table with jquery. My problem is the following scenario:
Someone checks one or more boxes, ...
0
votes
1answer
411 views
jQuery cache refreshing checkbox radio button state
I've just found out that my checkbox/radio buttons keep their previous state in ie/ff when doing a normal refresh, F5. Is there something i can put in the javascript/jQuery to make their state reset? ...
1
vote
0answers
190 views
jquery address change not being triggered with different URL?
I've hit a wall. My scenario simply doesn't make sense. I'm using the jquery address pluglin
Here is my issue:
A user enters a url with an argument like so:
http://localhost/#view_profile=1
...
0
votes
2answers
386 views
jquery mouse double click on text box not preventing values from browser cache
I have a Date Input text box generated by jquery Date Picker which is only meant to display dates from the current date.
However if a user has used the form previously, he is able to choose previous ...
0
votes
1answer
524 views
How to load fancybox images into browser cache after document ready?
I have a list of ten anchored thumbnails and some facts, and when you click a thumbnail a full page chart pops up in a Fancybox window. There is a delay the first time you click any specific thumbnail ...
1
vote
2answers
1k views
Pull in HTML resource in the background in jQuery
On a page, there is a button. When the button is clicked, a dropdown shows up. The dropdown contains an image. The problem is that the image is not fetched until the user clicks the button.
...
3
votes
3answers
992 views
How to cache scripts and images from my site?
Hello Guys!
Question ::::::
I have been trying to create a site (Hosted on x10hosting). So I have been searching how to build a fast site. And I got a page to improve Jquery codes. Below is the ...
3
votes
3answers
708 views
Using jQuery remove() with cached pages (Rails backend)
I'm using jQuery with a Rails 3 backend and I have the following scenario:
User see's a comment on their post and wants to delete it
User clicks the delete button and deletes the comment from the ...

