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
1 answer

Scriptalicious - Appear on Dynamically Created Element

I'm new to Prototype (I've used jQuery for years) and I'm trying to fade an element in that has been inserted into the DOM via an ajax request. I've tried the following: $('element').insert({ bottom: '
user1144510
0
votes
1 answer

Javascript - Prototype/Scriptaculous Pause on MouseOver

I'm using this simple slideshow and wondered if anyone knew how to make it pause when I moved my mouse over it and then start again if I move my mouse off the image? There is a demo of the slideshow…
a1anm
  • 1,617
  • 11
  • 45
  • 78
0
votes
3 answers

A CSS string – select everything up to third comma

I'm writing a custom highlight animation with Scriptaculous that includes a CSS3 glow. I get the box-shadow style and need to split it at the rgba alpha value, then vary that value to get the shadow to fade. $('fresh').style.MozBoxShadow would…
bushytop
  • 381
  • 1
  • 3
  • 16
0
votes
2 answers

I Can't get div background image to change with onchange in a input type file - by Javascript for IE and Safari - works in FF and Chrome

if you open the fiddle http://jsfiddle.net/FyJR3/3 in both Firefox and IE and when you select a local image - The Div background image does not disply in ie - but it does display in firefox - so i am looking to find a solution to this cross browser…
0
votes
3 answers

Prune Down Autocomplete Terms

I have a very large list of terms for use in an autocomplete box. I've been mulling over a few different scenarios for how to prune them down, but I haven't come up with anything great yet. Basically, the structure is very similar to a record label…
aronchick
  • 6,786
  • 9
  • 48
  • 75
0
votes
2 answers

IE7 and Scriptaculous Autocompleter running out of memory

In IE7 only, I'm getting a weird out of memory error when I run my Autocompleter.Local. The content downloaded is around 1 MB in terms, but it's done in the background (in a JSON file). function create_listeners() { …
aronchick
  • 6,786
  • 9
  • 48
  • 75
0
votes
2 answers

evalScripts:true does nothing with Ajax inplace editor

I have the following code to create an inplace editor: new Ajax.InPlaceEditor('artifact_pretty_display_date_110_in_place_editor', '/artifacts/set_artifact_pretty_display_date/110', {evalScripts:true}) The response looks good to after I change a…
Tony
  • 18,776
  • 31
  • 129
  • 193
0
votes
1 answer

Scriptacolous script without