scriptaculous Questions
7
Solved
Does anyone know of crossbrowser equivalent of explicitOriginalTarget event parameter? This parameter is Mozilla specific and it gives me the element that caused the blur. Let's say i have a text i...
Vital asked 7/10, 2008 at 18:48
1
Consider the following JavaScript code, with an animation library (i.e. scriptaculous) to boot.
window.onbeforeunload = function(event) {
document.body.fade();
}
Leaving the page is instantaneous...
Prochronism asked 22/2, 2012 at 23:52
4
Solved
I need to add prototype and then add scriptaculous and get a callback when they are both done loading. I am currently loading prototype like so:
var script = document.createElement("script");
scri...
Excretory asked 8/12, 2009 at 12:42
9
I have seen Scriptaculous.js file to include its required javascript files dynamically. Is there any better approach to include javascript dynamically.
For example, I would like to include my js f...
Straggle asked 22/4, 2011 at 2:5
2
Solved
Is there any way to use both the jquery and scriptaculous js files together?
I was trying to implement the autocomplete feature of the cakephp framework which required the js files,prototype.js,sc...
Decumbent asked 4/8, 2009 at 11:5
5
Solved
Hi I've got a DIV section that has only its title visible initially. What I would like to achieve is that when the visitor clicks anywhere on the area of toggle_section the toggle_stuff div toggles...
Dictation asked 4/1, 2009 at 17:59
6
I'm struggling with a problem with the Script.aculo.us Autocompleter control in IE (I've tried it in IE6 & 7). The suggestions fail to appear for the first character is entered into the text bo...
Redemption asked 20/9, 2008 at 16:32
5
I've been implementing some nice interactive interfaces that can sort lists in my m rails app for models that use acts_as_list. I have a sort function that gets called and sets the position for eac...
Bimetallism asked 5/5, 2009 at 14:0
4
Solved
The auto_complete_for dealio from script.aculo.us is great an all, but is there a way for me to selectively disable the fact that it always auto-selects the first item in the list?
The problem is ...
Madid asked 26/3, 2011 at 20:35
7
Solved
Which is better for UI development. Are there any differences between the two UI toolkits?
Whittemore asked 20/3, 2009 at 12:41
2
Solved
I developed an application that interfaces with an institution's emergency alert system. How it works is, when there is an alert, on all of the institution's web pages it displays a scrolling marqu...
Rew asked 26/7, 2010 at 15:57
4
Solved
I am in the middle of the road whether to use jQuery UI or Scriptaculous for drag and drop. I am using Ruby on Rails, and Scriptaculous support in Ruby on Rails is superb with the existence of scri...
Stung asked 4/5, 2010 at 3:56
4
Solved
I have some elements on a page which are draggable. These same elements have a click event which navigates to another page. I'm trying to determine the best way of preventing the click event from f...
Paleography asked 8/11, 2008 at 15:47
2
Solved
The code:
<div id="Navigation"
onmouseover="new Effect.toggle('Drop_Down','slide',{duration: 0.8});"
onmouseout="new Effect.toggle('Drop_Down','slide',{duration: 0.8});">
<div id="Dr...
Signalman asked 30/10, 2009 at 18:14
4
Solved
I'm really new to using JSON to handle my Ajax Request and Response cycle. I've previously used just plain old parameters passed as POST data and I've rendered straight HTML in the response which w...
Ronnie asked 14/2, 2009 at 17:31
7
Solved
What experience can you share about using multiple AJAX libraries?
There are useful features in Prototype, some in jQuery, the Yahoo library, etc. Is it possible to include all libraries and use w...
Streptomycin asked 13/9, 2008 at 6:14
1
© 2022 - 2024 — McMap. All rights reserved.