Questions tagged [scriptaculous]

Script.aculo.us is a set of JavaScript libraries built on top of the Prototype framework

Script.aculo.us is a set of JavaScript libraries built on top of the Prototype framework.

Script.aculo.us offers an animation framework, drag & drop, Ajax control, DOM utilities and unit testing. It's being superseded by , which at the time of this writing is still in beta test.

Useful links

Related tags

368 questions
0
votes
2 answers

What is JQuery's equivalent of scriptaculous/prototype's auto-complete?

Prototype/scriptaculous can do an easy autosuggest in the input box. It's pretty much built in. How can I do that with JQuery?
TIMEX
  • 259,804
  • 351
  • 777
  • 1,080
0
votes
2 answers

Replace default browser jumping to #element_id with Effect.scrollTo?

so, the thing is : when someone clicks on a link to my website and page loads, prototypeJS is supposed to observe if there is a #elementId in the URL and stop browser from jumping to the element and do it with scrollTo(). I've seen this before but…
Kemo
  • 6,942
  • 3
  • 32
  • 39
0
votes
3 answers

Scriptaculous Autocompleter wont work in Firefox

I am working on a project which implements an autocomplete textfield with the Scriptaculous autocompleter. In versions of Internet Explorer less than 10, the system works fine, but since version 10 and in other browsers like Firefox or Chrome, the…
0
votes
3 answers

Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!

I'm working using scriptaculous library. However I'm facing some issues with inclusion of the JSON library for the prototype library. It adds a toJSONSTring and parseJSONSTRING method to all objects automatically and frankly this is causing havoc in…
Ali
  • 7,353
  • 20
  • 103
  • 161
0
votes
1 answer

how to get the highest resolution timeout from prototype (like scriptaculous)

What is the timing method and interval that scriptaculous uses in prototype for its smooth tweening? PeriodicalExecuter?
jedierikb
  • 12,752
  • 22
  • 95
  • 166
0
votes
1 answer

IE8 whines about Prototype, "'undefined' is null or not an object"

I have an element that is dynamically created with new Element('div') and is then faded in, moved, and faded out. In every browser, my code works as expected – every browser but IE. Internet Explorer complains that 'undefined' is null or not an…
arbales
  • 5,466
  • 4
  • 33
  • 40
0
votes
1 answer

Ruby on Rails drag and drop won't work

I am trying to create a Ruby on rails application using the integrated scriptaculous drag and drop effect. Since I'm new to the ruby language I ended up with this code while viewing many documentation but can't understand why the controller code is…
0
votes
1 answer

scriptaculous effect.toggle to left and right instead

Can anyone tell me how to use Effect.toggle() to toggle to left and right instead of up and down? Or is there any other effect in Scriptaculous that does this ?
Crays
  • 2,458
  • 9
  • 27
  • 31
0
votes
3 answers

Script.aculo.us Events in Rapid Succession results in display error...?

Using the script.aculo.us Effect.Highlight on an onMouseOver event works perfectly - if the user only mouses over the DIV once. If they mouse back over the DIV during the execution of the effect, another Effect gets scheduled (or runs in parallel,…
zaczap
  • 1,386
  • 1
  • 14
  • 20
0
votes
1 answer

FancyZoom zooms only once

I found this code somewhere on the Web. It works fine, but only once. The other time I trigger an eventListener it doesn't zoom. Although the Zoombox appears, there is no swf there. Here is HTML
ivan
  • 73
  • 1
  • 7
0
votes
4 answers

Javascript caching tools and techniques

I have a requirement where in I want to loop through all the DropDown (select) controls on a page. I am picking all the DropDown controls using: var DropDowns = document.getElementByTagName('select'); I loop through these DropDowns to set an option…
RKh
  • 13,818
  • 46
  • 152
  • 265
0
votes
1 answer

Moving elements to top/bottom in sortable_element

I'm using sortable_element to sort some list with dragging and dropping, but I would like to have also some top/bottom buttons to move elements. Is there any javascript function that would act as if I dragged some element to the top/bottom of the…
Kylo
  • 2,300
  • 1
  • 19
  • 24
0
votes
1 answer

Animate bootstrap fluid grid

I'm wondering if you could offer some advice here on how to write Javascript animation code for performing great animation on Bootstrap fluid grid system. My idea for is that I have a simple page that comes with search field and a button. When user…
0
votes
1 answer

Scriptaculous vs JQuery for rich client side effects

Scriptaculous vs JQuery for rich client side effects. What would you use and why?
flybywire
  • 261,858
  • 191
  • 397
  • 503
0
votes
1 answer

Protoype/Scriptaculous Autocomplete

I am getting this error when trying to select a object in my autocomplete This only comes up in IE 8, and Firefox 3.5, not IE 7 or FF 3.0 Error: uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult:…
matthewb
  • 3,462
  • 8
  • 37
  • 53