Tagged Questions
0
votes
9answers
523 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
195 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
149 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
4
votes
6answers
221 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 ...
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 ...
3
votes
2answers
397 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
346 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
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 ...
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 () {
...
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
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
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
350 views
why does my jQuery auto-refresh stop working if I add in a if statement?
window.onload = setupRefresh;
function setupRefresh() {
setInterval("refreshBlock();", 1000);
}
function refreshBlock() {
$('#activeItems').load("current_auctions.php");
}
the above code ...
0
votes
1answer
464 views
Refresh portion of website on hyperlink click
So, I have I'm making a PHP Mail website for myself, and I don't like how it refreshes every time I click a new mail/email/folder etc.
So, I was wondering if their is a way (I know their is, and with ...
1
vote
3answers
924 views
JQuery - click button every 2 seconds
Basically I have a refresh button, when the user clicks the refresh button it calls a web service, gets the data back and refreshes a div container to display the new data.
But I want to update the ...
0
votes
2answers
2k views
Redirect a page and load/refresh a div within that page using ajax
I am using ajax to redirect to a page by window.location = "page.php"
After the page is redirected I need to load a div within that page. For example search.php.
I have been reading up on how to do ...
0
votes
3answers
447 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 ...
1
vote
2answers
1k views
Page with Ajax function does not refresh data
My scripts are working perfectly fine. However, the content does not refresh itself to get new data. Why is it so?
function updateMsg() {
$.ajax({
url: "/recent/notifications/",
...
0
votes
3answers
1k views
Delete MySQL data with php through ajax and jquery, show page without deleted data
I have this link (shown below). When it is clicked it sends the id of a post to a PHP file called delete_post.php which in turn deletes the post with that id out of my MySQL database. This works great ...
0
votes
3answers
896 views
use jquery to load form input directly into page
I have a form on one page, some of the form data is pulled from various tables in my mysql database -- the tables hold the options for different selects, so the following is the way my data will look ...
0
votes
3answers
1k views
refreshing content using jquery works only once
I am using this jquery function:
$(function() {
$("#refresh").click(function() {
$("#category_dialog").load("<?php echo $category; ?>")
})
});
i am using as well a link with the ...
1
vote
1answer
6k views
refresh content of a jquery ui dialog
i managed to to get this script. It's refreshing the div of the dialog window:
function getRandom() {
$("#category_dialog").load("<?php echo $category; ?>", '', callback);
}
function ...
0
votes
3answers
217 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
1answer
549 views
Refresh ads after a jquery action?
*FYI: I'm not using Adsense and this is not against my TOS...
I have pages that display jquery slideshows. I used to create the slideshows in html and so every slide change would be a pageview. Now ...
2
votes
1answer
598 views
Using jQuery to create a video switcher
I've got a design for a video page which has a main video panel which will load the FLV file into JWPlayer when a thumbnail image is clicked. I think what I'm looking for is a partial page refresh? ...
9
votes
2answers
7k views
JQuery Dialog: How to do partial page refresh and get new dialogs each time
I'm having a workflow issue with my JQuery dialogs when trying to create the dialogs and then doing a partial page render. I'll try to go through a sample scenario, and my apologies in advance for the ...
1
vote
1answer
1k views
cause update panel in a user control to do partial page refresh from javascript / jquery
I have a number of pages that each have 3 or 4 user controls on. each control has their own updatepanel in.
I am using JQuery and thickbox to create a modal window, where I open another aspx page and ...