Tagged Questions
3
votes
3answers
464 views
jQuery function to load Rails partial?
I have a jQuery function that updates my data ever few seconds.
But! It's not parsing the javascript it's loading. It just calls it appropriately every few seconds, and replaces my content with ...
0
votes
1answer
39 views
AJAX periodical check until conditions are met
I have an application which communicates with mobile phone gate. User has to send SMS/Text to number and then needs to wait for confirmation.
I'd like to know how to check for response until user ...
0
votes
1answer
34 views
When you update a form, would save and replace text, or avoid updating the text?
I have a form in jQuery where I update all the images via a simple ajax call to reload the entire page. Unfortunately the captions are included in that form as well, and as I start writing, my ...
0
votes
3answers
522 views
Force periodically_call_remote to fire immediately
I have a
periodically_call_remote
that I want to fire right away (as if the code was present without the setTimeout) as well as call periodically. Is there a nice way to do this use PCR, or do I ...
-1
votes
2answers
1k views
AJAX call like Facebook
I want to create a little social network (a little test).
How can i implements period ajax call like Facebook ?
I need to update news, status,...
How does it Facebook ?