The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
29 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
3k views

PHP and JavaScript: Reload captcha image

I've made my own captcha class in PHP, just to learn. It's ok, working as I want. I've tried to add a "refresh image" button but I don't know how do I do that. form code: <p><img ...
0
votes
1answer
26 views

UnsupportedOperationException using Ajax.update or getRenderIds().add

I'm trying to refresh a jsf component using java code. First, i try using this : FacesContext.getCurrentInstance().getPartialViewContext().getRenderIds().add("MyCompId"); but it produce an ...
0
votes
3answers
137 views

How do I update my display box without having to refresh the page?

I have a script that counts steps on unicreatures.com and added a button to clear the count. It works but I'm not happy with the fact that my display box doesn't update with the new count until the ...
0
votes
0answers
26 views

JqueryMobile: refreshing content data (not listview)

I am able to refresh an listview-page with jqueryMobile by using this code: $content.html(markup); // put in the content $page.page(); $page.trigger('create'); $page.find("#" + id).listview(); ...
0
votes
3answers
448 views

AJAX Jquery refreshing ALL content but I want NEW content only

I may be reinventing the wheel but that's intentional. I am trying to make a real-time chat application using PHP HTML MySQL CSS. It's working quite well over the network and grabbing new content ...
5
votes
4answers
3k views

Back button functionality to webpage with form and search result + Ajax (ASP.NET)

I have an asp.net form used for search. The search result is showing on the same page using Ajax. If I navigate to another page and come back, I get the populated form but the search result is empty. ...
0
votes
9answers
582 views

delete record in a table using jquery ajax [closed]

I am learning j query Ajax events.I have inserted and displayed records in php using j query Ajax but I am not able to delete record I have written code but its not working and I don't want table to ...
2
votes
3answers
211 views

How do we make our page refresh data once every minute with ajax jquery?

How do we implement a timer to send an ajax request to refresh data (like new entries from other users on database) every one minute. I am using $.ajax from jquery. My intention is to send the time ...
0
votes
1answer
29 views

undefined innerHTML (when trying to refresh)

hi everybody I'm trying to make a Random Generator of Discourses but I don't want to refresh the entire page in order to get a new string, so I thought that maybe innerHTML could be my solution. ...
1
vote
1answer
63 views

Javafx 2 Notification Refresh

I have a requirement in JavaFX 2 to display the notifications on the header. These notifications are populated in the database through an external system. When a new notification is inserted in the ...
2
votes
1answer
443 views

PHP Refresh table content using ajax

I have a form which contains a table which is populated with data dynamically according to selected option in dropdown. The dropdown contains 2 values "enabled" and "disabled". The first column of ...
0
votes
1answer
153 views

Changing web content without refreshing the page [closed]

I am looking for simple example of page refreshing its content without refreshing entire page. Example: http://klout.com/corp/what_is_klout
0
votes
3answers
56 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> ...
1
vote
1answer
257 views

How to autorefresh every 1 minute a single div in single post wordpress with inner page template

How to setup an div to auto refresh? I use Transcript theme for wordpress, in single.php is on call for inner php page: </div><!-- /innerLeft --> <?php include (TEMPLATEPATH . ...
5
votes
1answer
486 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 ...
0
votes
1answer
66 views

iOS: change a font from a popover for underling scrollview

Am using Xcode 4.5, targeting iOS5 and above. I have a popover that allows a user to change the fonts of the underlying view. When tapping on the font, the change does not occur, until after I close ...
4
votes
6answers
226 views

Read the contents of a text file every 15 seconds

I'm working on a music site: I have a text file on the server which contains the name of the currently playing song. I would like read the text file every fifteeen seconds, and change the text ...
1
vote
1answer
2k views

GridView inside UpdatePanel not refreshing without a call to code behind

I am new to ASP.Net and I am confused about the way a GridView control works inside an UpdatePanel. I have read the documentation here which states "By default, any postback control inside an ...
0
votes
1answer
249 views

How to refresh the contents of the MVC 3 partial View placed in JQuery Dialog

My situation is very common. I have a master detail environment on my web administration. I need to be able to select one record among around 3500 from a dialog. This is the reason why I need ...
0
votes
2answers
462 views

Auto-Refresh Div in Jade Template (Node.js/Express)

I am using Node.js, Express, Jade, and Redis to develop an app that will display spots from a telnet stream provided by reversebeacon.net, which are cross-referenced against Redis databases of amateur ...
0
votes
2answers
389 views

How to refresh a Div every 10 seconds without refreshing the entire page?

I'm working on a website platform that doesn't allow for any server sided scripting, so jquery and javascript are pretty much all I have to work with. I am trying to create a script to work with the ...
1
vote
1answer
202 views

How to make wp plugin auto-refreshing on the public side of view (auto load page)

First have to say that almost every time when searching on technical solutions.. search engine will direct me to this site here. I admit that i have learned such A LOT here just by searching through ...
1
vote
2answers
273 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
402 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 ...
0
votes
1answer
354 views

Webpage update without refresh not working

I'm playing around with making a page update without refreshing and I've read some tutorials and came up with the following code. However it doesn't seem to be working. When you press the button, ...
1
vote
1answer
588 views

Drupal 7 - change block content based on changes in another block

I am experienced Java/C++ programmer, but totally new to Drupal/PHP. Short question: How do I refresh all the blocks in my page, based on the input to a particular block? Exact Scenario: I am ...
0
votes
4answers
114 views

Partially refreshing site not working

I am trying to refresh just a part of my website (the left part in which a list with topics appear), but it don't work for me. I get a very weird screen on that left part if I click the refresh ...
0
votes
6answers
2k views

Delete record without refresh page using php

I have HTML and PHP code as below: HTML <a href="deleteData.php?id=<?php echo $value['id']?>"><button name="delte" class="btn">Delete</button></a> deleteData.php ...
1
vote
1answer
401 views

Xpages partial refresh stopped working

I have a dijit which displays a list of available contacts. Selected contacts then displayed in a view panel which was updating via a partial refresh until I added some code to check that duplicate ...
1
vote
1answer
564 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 ...
1
vote
1answer
247 views

ValuechangeListener with autoSubmit

i have a requirement where a state dropdown populates the city. so i used autosubmit on the statedropdown & a valuechangeListener to refersh the city dropdown using partial triggers, since i want ...
-1
votes
1answer
95 views

c# take new data from db/ live update

this is webapp/ it must retrieve all "new" data from DB. ex> there was added new data in DB/ so this WebApp must show this data immediately without refreshing all page/ it's kind of live update! :)
0
votes
3answers
220 views

jQuery scripts no longer run on partially refreshed elements

I have a number of jQuery scripts that select elements within the area that I run a partial page refresh on. I am using this css tricks code snippet to refresh that part of the page: ...
0
votes
0answers
156 views

Not refreshing iframe when refreshing whole page

I have a page that contain an iFrame and a button that refreshs that iFrame and it's working as well as needed. What I am trying to do is not to allow the iFrame to be refreshed when refreshing the ...
0
votes
0answers
2k views

Trigger a Partial Page Refresh from backing bean in Oracle ADF

Okay so I have a results table that once a user has chosen a row kicks off a couple PPR actions (hide some things, show others, fill out a few forms, etc.) I noticed that when there is only one ...
0
votes
3answers
2k views

JavaScript. a loop with innerHTML is not updating during loop execution

I'm trying to refresh a div from Javascript at each loop and see 1, 2, 3, .... The following code works, but only display the final result (9998). How is it possible to display all the steps? ...
1
vote
3answers
647 views

php - how to load contents without refreshing navigation bar

I am trying to figure out how to load contents without refreshing navigation bar like facebook does. If you look into a facebook profile (not timeline), there is a navigation bar in the left column ...
0
votes
2answers
747 views

Display result data without page refresh on form submission in ruby on rails

I’m very new in ruby on rails. I’m stuck with a problem. I have a list of subjects and below this list I have a form to add subject. I’m trying to add a subject without page refresh and display this ...
1
vote
1answer
300 views

AJAX add data to table without resetting table.

I have a php page that will grab data from an SQL database and print it into a table, now if certain rows from the database have a certain parameter, a hidden row is inserted below that with a button ...
2
votes
2answers
157 views

partial view not showing

i have a partial view named "_PartialPage1" under "X" controller. here's the content of my partial view: <div>Hello</div> my X controller contains this: public ActionResult ...
1
vote
2answers
1k views

jquery stop/start div refresh after x minutes

I've written a small jQuery chatbox which loads a page in a div and refeshes every 4 seconds: On click slide down and load page in div and refresh: $('#toggle').click( function () { ...
1
vote
1answer
3k views

Refresh Gridview without Refreshing the Whole-page (ASP.Net)

How to refresh the gridview without refreshing the whole-page? I have this code: <asp:Timer ID="Timer1" runat="server" Interval="3600000"> </asp:Timer> <asp:UpdatePanel ...
1
vote
2answers
253 views

How to append content from a php file into a div with jquery mobile

Goal: I'm trying to refresh content inside a div so that if the user is logged in, the page changes dynamically. Progress: My first attempt was to use $("#tab_b").load("php/tabs.php #tab_b"); but ...
0
votes
0answers
181 views

AJAX refresh based on IF statement and HTML

Sorry for confusion explaining it before, let me try again.... So here is the basic code that generates when I upload an image (ignore the img tags, they are shoterned to save space). The image ...
0
votes
1answer
153 views

Why the difference in displaying my webcam image across browsers?

I have an IP webcam and upload an image to a weather service. I then capture that image to display in my webpage. In order to do that I searched for some code that would refresh the image without ...
0
votes
4answers
2k views

Refresh a page of activity?

How to refresh a page of activity in android? The page contains a Listview and a Gridview, I want to refresh only the Listeview. thank you
0
votes
1answer
238 views

FacesMessage not showing up with PPR

We are migrating our Tomcat servers from Tomcat 6 (with JDK 5) to Tomcat 7 (with JDK 7) and some functionnalities that were working before stopped working. We use Trinidad 1.2.14 and JSF 1.2. We ...
0
votes
2answers
1k views

jquery mobile css not applying on ajax (getJson) returned result

Im using $.getJSON to fetch data from the server side to populate the data in my jquery mobile app. The problem Im having is that the json result that I fetch contains HTML tags. When I append this ...
0
votes
1answer
466 views

Adding / removing components dynamically in JSF2 / Primefaces

I have found similar questions while doing some research, but none of them really addressed my problem. I have a form with some input criteria and a submit button. When clicking submit, a primefaces ...

1 2 3