I\'m looking at the following code block in javascript: var request = new Request(); if(request.Use()) // What exactly does this do?
trying to make a page which will recursively call a function until a limit has been reached and then to stop. It uses an ajax query to call an external script (which just echo\'s \"done\" for now) how
Is there a way to show the structure of a javascript class declared using Prototype\'s Class.create function in the Eclipse outline view?
I have such function, that adds a grid of droppables: function AddClassroomDrops(grid, weeks, days, times) {
My AJAX calls from a page I wrote is hanging after an indeterminate number of calls.The page makes a request after a preset amount of time (currently 5 seconds) gets data from my server then waits the
Ok so here is the situation. Been pulling my hair out on this one. I\'m a noob at this. Only been using rails for about 6 weeks. I\'m using the standard setup package, and my code leverages prototype
I can\'t figure out why prototype suppressess the error messages in the dom:loaded event, and in AJAX handlers.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to follow this post How can I unobtrusively disable submit buttons with Javascript and Prototype? but I can\'t get it to work.The form triggers an RJS function, so I need to keep the helpe
I am creating a slider control with two colours for media player streaming. [Covered portion with one color remaining with another]