The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 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
1answer
20 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
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
9answers
551 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
202 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
27 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
62 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
438 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
151 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
54 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
478 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 ...
4
votes
6answers
224 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
248 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
457 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
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 ...
0
votes
2answers
386 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
201 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
270 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
400 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
349 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, ...
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
399 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 ...
0
votes
3answers
135 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 ...
1
vote
1answer
587 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 ...
1
vote
1answer
558 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
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
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 ...
1
vote
3answers
646 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
743 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
299 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
1answer
246 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 ...
0
votes
0answers
180 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
152 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 ...
1
vote
2answers
252 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
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
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
236 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
1answer
465 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 ...
3
votes
1answer
3k views

mvc partial view ajax update returning the partial view as a page

I have a partial view that upon adding an item to the database needs to update. The Index.cshtml: @using (Ajax.BeginForm("Index", "WinEntry", new AjaxOptions { HttpMethod = "POST", ...
0
votes
1answer
593 views

How to Auto Refresh Disqus comments on webpage

Is there a way in Javascript to auto-refresh Disqus comments? I know we can refresh the page in javascript. But my page has some banner and background images which I do not want to be refreshed. Also, ...
0
votes
1answer
502 views

How to submit form without refresh, show output, reload form, rinse and repeat

I have a form that has drop down list options, an input box and a submit button. The select options are dynamically compiled. I place this form on my page by inserting; <div id="dropdown"> ...
1
vote
2answers
1k views

Refreshing Partial View in MVC 3

I have a partial view that I have included on my _Layout.cshtml. It simply has a javascript function that changes an image based on the state of my system. I don't need to reload any data, I don't ...
0
votes
3answers
5k views

AJAX Div Refresh with PHP

I am trying to refresh some elements on my page every so often. I know theres a million topics on here about that and I have tried to get mine working, but here is what I need to refresh.. This is ...
0
votes
1answer
40 views

Refreshing a widget functionality

I have A Vanilla API integrated into my WordPress site. This API lists the latest discussions but it doesn't refresh the changes in the discussions unless the page is reloaded. All I need is a ...

1 2 3