Top "Prototypejs" questions

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

Twitter Bootstrap 3 dropdown menu disappears when used with prototype.js

I have an issue when using bootstrap 3 & prototype.js together on a magento website. Basically if you click on …

magento twitter-bootstrap prototypejs twitter-bootstrap-3
Use both jquery.js and scriptaculous.js files?

Is there any way to use both the jquery and scriptaculous js files together? I was trying to implement the …

jquery cakephp prototypejs conflict scriptaculous
Prototype: find all elements with a certain class?

Using the Prototype js framework, how do you find all elements with a certain class?

prototypejs
JavaScript endsWith is not working in IEv10?

I'm trying to compare two strings in JavaScript using endsWith(), like var isValid = string1.endsWith(string2); It's working fine in …

javascript jquery internet-explorer prototypejs
Moving a DIV element to bottom of parent (as last child)

I'm trying to create a continually rotating banner for the top of the homepage of a site I'm developing. The …

javascript dom elements prototypejs
Breaking out of a PrototypeJS .each() loop

In this very contrived example, I have an array with 3 elements that I'm looping over using the .each() method. var …

javascript prototypejs
Rails checkbox AJAX call, don't want to render anything

I've got a little demo setup in which clicking a checkbox toggles an attribute via AJAX. It's working fine, but …

ruby-on-rails ajax checkbox prototypejs
What is the equivalent of prototype .any in Jquery?

We have one function called .any in Prototype. I want the same like in Jquery. My Prototype code is: if (…

jquery prototypejs
How can I highlight a table row using Prototype?

How can I use the Prototype library and create unobtrusive javascript to inject the onmouseover and onmouseout events to each …

javascript ajax prototypejs
Making a drop-down list using scriptaculous and prototype's BlindDown or SlideDown effect

I'm trying to make a javascript dropdown list using scriptaculous and prototype. I know this can be done using CSS :…

javascript css prototypejs scriptaculous