Tagged Questions
3
votes
3answers
466 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
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
80 views
Periodically testing of elements that are added to the DOM after pageload
I've got a page where you upload videos, those videos are then encoded (much like Youtube). The encoding part can take some time and I want to automatically show the user if encoding is done by ...