Tagged Questions
0
votes
9answers
573 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
1answer
441 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
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 ...
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 ...
2
votes
2answers
1k views
Lifehacker implemention of url change with Ajax
I see that Lifehacker is able to change the url while using AJAX to update part of the page. I guess that can be implemented using HTML5 or history.js plugin, but I guess lifehacker is using neither.
...
-1
votes
3answers
632 views
How to call UpdatePanel1.Update() method from another page in ASP.NET
I have Default.aspx with several controls along with Uploadify Image upload control and i am call another file UploadImages.aspx File to upload image using jQuery, I upload images using general C# ...
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 ...