Top "Prototypejs" questions

Prototype is a JavaScript Framework that extends built-in classes to ease JS development.

submit a form via Ajax using prototype and update a result div

I'm wondering how can I submit a form via Ajax (using prototype framework) and display the server response in a "…

javascript ajax prototypejs form-submit
Select div using wildcard ID

How to select a div using it's ID but with a widcard? If the DIV's ID is statusMessage_1098, I would …

javascript jquery dom prototypejs
What advantages does jQuery have over other JavaScript libraries?

I am trying to convince those who set standards at my current organization that we should use jQuery rather than …

javascript jquery mootools yui prototypejs
How to move HTML element

How to move HTML element to another element. Note that, I don't mean moving element's position. Consider this HTML code: &…

javascript prototypejs element move
Using JQuery and Prototype in the same page

Several of my pages use both JQuery and Protoype. Since I upgraded to version 1.3 of JQuery this appears to be …

javascript jquery prototypejs
JS Prototype get element by class?

I got the following code and I'm trying to make it match on a class instead of on an id: …

javascript prototypejs
using reCAPTCHA with ajax....javascript loading problem

I trying to implement reCAPTCHA in one of my forms,...but i am using ajax as the submission. (More specifically …

javascript ajax prototypejs recaptcha
Create event observer for focus?

Is it possible to have focus events bubble in protoype? I am trying to prevent having to assign an observer …

javascript prototypejs
How can I Get input value with Prototype?

I have the following input without any form around it: <input type="text" value="myValue" name="td_website static" …

prototypejs
document.createElement('script')... adding two scripts with one callback

I need to add prototype and then add scriptaculous and get a callback when they are both done loading. I …

javascript dom prototypejs scriptaculous