0
votes
1answer
32 views
how to prevent conflicts between mooTools and Prototype
Hi All,
I know that jQuery.noConflict() is used to avoid conflict between $ of any other library and jQuery.(i.e. Prototype)
But lets say, by any chance I am using Prototype, MooT …
0
votes
2answers
29 views
Prototype: wrapping raw HTML to create extended element
Hi all
I am reading in a complex chunk of HTML and I'd love to be able to walk this sub-tree of HTML in the same way I can the DOM.
Is there a way in Prototype to take a raw ch …
0
votes
2answers
25 views
Replace default browser jumping to #element_id with Effect.scrollTo ?
Hi ppl,
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 fro …
0
votes
1answer
31 views
How to get the bounding box of a wrapping inline element with prototype.
I used to use cumulativeOffset() and getDimensions() to calculate the bounding box of elements, but just realized that cumulativeOffset returns the top left corner oft the start of …
0
votes
1answer
29 views
TinyMCE editor disable
How can I disable tinyMCE?
I'm not trying to make tinyMCE not exist, just trying to disable the field temporarily using PrototypeJS's Form.disable.
Is there a particular way to …
0
votes
1answer
56 views
PrototypeJS observe windows dimensions change ?
Hi,
I'm trying to create my own 'modal' window since none of these currently existing for PrototypeJS fits my needs.
The problem is observing document.documentElement for change …
1
vote
3answers
170 views
Rails Modal Form Validation
I am using Lightbox Gone Wild to display a modal dialog with a form inside. I am using a vanilla New view. This works like a champ up until a user doesn't input valid form data. In …
0
votes
1answer
38 views
Dynamic object parameter names in Prototype’s ajax.updater
Uaing the Prototype JavaScript library, I have this
var panelItemId = 12345;
var param1 = 'expandPanel';
var updater = new Ajax.Updater('myTarget','myUrl',{
method: …
0
votes
1answer
51 views
Using Ajax.Request response inside of an object ? - PrototypeJS
Hi there,
for past two hours i've been trying to pass responseText to the object i'm calling Ajax.Request in. And it just isn't happening :) Here's the code;
var traziSuggest …
0
votes
1answer
99 views
PrototypeJS mouseover menu
So i have this menu that is supposed to display submenus which are defined in object initialization by using script.aculo.us effect appear ( mouseover ) and hide them using effect …
0
votes
2answers
223 views
link_to_remote in Rails renders incorrect URL when rendered from RJS
I have a partial for a "guest" object which renders a link to a destroy action like this:
<%= link_to_remote "remove", :url => { :action => "destroy", :id => guest.id …
1
vote
2answers
109 views
Class inheritance in Prototype.js and arrays
I'm using the Prototype.js (from www.prototypejs.org) library to create classes which are extended by subclasses. I'm having trouble using arrays within instances of these classes …
0
votes
3answers
126 views
does jQuery have an effect like this? This is using prototype
http://blog.posterous.com/
Click on the comments link.
Notice how the comments are loaded, kind of sliding down. ALso when you click on 'hide'.
0
votes
2answers
293 views
How can I dynamically add and remove <fieldsets> using prototype and scriptaculous?
I'm writing a basic recipe organization application and I would like to be able to dynamically add additional items to the list of ingredients using Ajax.
This is what one ingredi …
0
votes
2answers
142 views
javascript memory leak
Hi,
I'm trying to solve a problem with a memory leak in IE with Javascript.
Basicaaly I'm using javascript to add icons on top of an image then I need
to refresh the icons period …
