[Proto-Scripty] Script.aculo.us effect animations

2012-03-08 Thread John Knepper
Hi, I'm trying to use a script.aculo.us effect for my submit button in my form, but it seems the "return false;" inside my onclick event handler is blocking the form from submitting. Additionally, removing it prevents the event to perform in its fully aesthetic nature (ie it doesn't work properly)

[Proto-Scripty] Remove certain text from the title attribute

2012-03-08 Thread lalov1
Hello all, I'm new to prototype and am trying to achieve the following. I have the following title text "1:00 pm - 2:00 pm Link Goes Here" I want to delete the "http://www.google.com";>" and the "". What is the best way to do this. Right now I'm using the removeAttribute('title'); which works, b

[Proto-Scripty] Using Scriptaculous for slide down effect in some dynamic JS:

2012-03-08 Thread John Knepper
Hi, here's my javascript code defined in my header: function destroy(idVal) { var parNode = document.getElementById(idVal); var childNode = document.getElementById(idVal + "div"); parNode.removeChild(childNode); } function d

[Proto-Scripty] IE display problems using protoype.js

2012-03-08 Thread phpnewbie
this is a recent problem but I'm using scriptaculous on a site and this week all the IE browsers are not displaying any content. The stated error is: Message: Unable to get value of the property 'replace': object is null or undefined Line: 1400 Char: 13 Code: 0 This is on the prototype.js file (v

[Proto-Scripty] Re: Remove certain text from the title attribute

2012-03-08 Thread blechler
Hi Lallo, I'm not sure that I entirely understand what you are attempting to accomplish and how removing the title attribute is working for you. When I go to the provided page and attempt to inspect it, I see a lot of title attributes being rapidly added and removed from the div containing the cal

[Proto-Scripty] Re: Remove certain text from the title attribute

2012-03-08 Thread lalov1
I'm doing a hack and the link is showing up in the title attribute. Here is my code which only removes the "", but I need to remove the opening href as well. //Remove Title titleLinks=$$('div.ms-acal-item'); for (var i = 0; i < titleLinks.length; i++) { var element = $(titleLinks[i]);

Re: [Proto-Scripty] Re: Remove certain text from the title attribute

2012-03-08 Thread john knepper
lallo, can you elaborate on what you 'want' to do? On 3/8/12 5:59 PM, lalov1 wrote: I'm doing a hack and the link is showing up in the title attribute. Here is my code which only removes the "", but I need to remove the opening href as well. //Remove Title titleLinks=$$('div.ms-acal-item'); fo

[Proto-Scripty] Re: IE display problems using protoype.js

2012-03-08 Thread Victor
> > This is on the prototype.js file (version 1.5.0) > > all other browsers are fine > Do you have tried to update to newest Prototype and Scriptaculous versions? Also you maybe forgot to use $() on element before invoking methods from Prototype and Scripty - this is common problem in IE. --

[Proto-Scripty] Re: Remove certain text from the title attribute

2012-03-08 Thread Victor
> > I want to delete the "http://www.google.com";>" and the "" > If I understood, you need to read about string operations and regular expressions in JavaScript, e.g. from https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/replace -- You received this message becaus

[Proto-Scripty] Re: Using Scriptaculous for slide down effect in some dynamic JS:

2012-03-08 Thread Victor
> > new Effect.SlideDown(expandEle, {duration: 3}); > > , But to no avail What exactly is not working? You can make example at jsbin.com - we can find some solution faster. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To