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

angularjs $http is not recognized

I have jquery 1.10, scriptaculous. I fixed the conflict with $ in my jsp. Now, I'm planning to implement angular in my code. I think i have conflict with $ between angular and scriptaculous. How do i resolve it ? i'm using this in my code $http({ …
user525146
  • 3,918
  • 14
  • 60
  • 103
-1
votes
2 answers

How to integrate bootstrap template with typo3?

How to integrate Bootstrap template with typo3, since bootstrap depends on JQuery and JQuery is in conflict with scriptaculous? I'm not quite sure if typo3 is the one using scriptaculous or is someone of the extensions i'm using.
-1
votes
1 answer

My fade in goes to all opaque for it goes to transparent

So, I'm trying to fade in a transparent div, kinda like hulu does when you click dim lights... here is what i have: //show the bg new Effect.Appear('darkBackgroundLayer', {duration: 0.3}); then when my pop up is initialized // create the div…
NullVoxPopuli
  • 61,906
  • 73
  • 206
  • 352
-1
votes
2 answers

What is the jQuery equivalent of Scriptaculous?

Is it jQuery animate?
TIMEX
  • 259,804
  • 351
  • 777
  • 1,080
-2
votes
1 answer

Image Slider Development

I am learning Image Slider Development. I am trying to develop an Image Slider like this one. I am using Scriptaculous. I placed images using img tag. In this regard, I can move images from right to left. But how can I reproduce the images at right…
abu abu
  • 6,599
  • 19
  • 74
  • 131
-2
votes
2 answers

Ajax prototype to load page then update hash

I have 3 page with different concept/layout/animation. I'm using prototype & script.aculo.us I have this in my navigation:
-5
votes
1 answer

jQuery conflict with script.aculo.us

I include jQuery 1.10, script.aculo.us and Prototype in the same file. It shows the error: Cannot call method 'click' of undefined I suspect it is due to library conflict, so I did this: JQuery(document).ready(function() {... and move…
emeraldhieu
  • 9,380
  • 19
  • 81
  • 139
-8
votes
2 answers

What is used to code this site?

the website sym baloo .com has the ability to move icons about the screen. You can drag and drop the little tiles from one square to another. Also this must be able to update the database with the new position of the tile. Can anyone tell me what's…
crazy sarah
  • 611
  • 4
  • 13
  • 29
1 2 3
24
25