0
votes
1answer
58 views

Apply CSS/ javascript after jquery replaceWith

I'm replacing a row in a html table after a ajax request. After a successful request, I receive a partial html piece that I replace with the current row. $("#id").replaceWith(response) Now I ...
0
votes
3answers
58 views

Why does my view update when I have an alert in my function but doesn't when I do not

so i have an html page call index.html, it looks like: <!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> ...
5
votes
1answer
569 views

Can I make a selective refresh of the contents in the JSP page?

It seems to be weird but still : Is there any way I can make only the selective portion of the jsp page get refreshed ? Suppose : <% response.setIntHeader("Refresh",1); // refresh at an interval ...
1
vote
2answers
297 views

Jinja2 template html form - update select

I have written an app that adds a list of events to a Google Calendar. I'm using Jinja2 as my templating framework. I have got a select box in the template that let's the users select which one of ...
3
votes
2answers
434 views

HTML Table Row gets too wide after refresh with JQuery load

I have got a problem with a customer website (within Internet Explorer only, tested with Internet Explorer 9). Everytime a table inside a div gets refreshed using JQuery's load-Function a single table ...
1
vote
1answer
631 views

Refresh all images with javascript?

I am trying to load the latest image from a CCTV server for each of our cameras on our network. I have the following code, which works correctly and refreshes the image constantly. However, on the ...
2
votes
4answers
444 views

Is it possible to create a variable, that doesn't change on refresh the page, in javascript?

After I ask this question: I was thinking about this solution: Create a boolean flag inside the javascript script and make it true: true indicates refreshing the page using the browser. false ...
1
vote
5answers
5k views

Html auto refresh table

I wrote this simple code and this table wich i have conected to mysql database. It fetches the data I inserted in my database what i want is for the page to automaticly refresh on its own without ...
0
votes
2answers
268 views

Best practice use sam AJAX in multiple browser windows?

I am developing a website that has some sort of realtime update. Now the website is generated with a javascript variable of the current ID of the dataset. Then in an interval of some seconsd an AJAX ...
0
votes
1answer
2k views

Refreshing a single component in a JSP page

Can I refresh a HTML component in JSP? I have two dropdowns. On selection of a value in the first dropdown the values in the dropdown box are to be fetched from the database. Is this possible using ...
1
vote
3answers
579 views

Implementing regular page refresh but without page flashing

I cannot understand how Bing Community site is implemented. Clicking one of the "All Recent" "Unanswered" "Unread" or "Your Discussions" issues regulare request that refreshes whole page (proxy ...