[Proto-Scripty] HTTP 404 with auto_complete plugin

2008-11-11 Thread Dan
of the javascript includes are in (verified by viewing page source of rendered page). Thanks for any pointers anyone can provide, I guess I'm missing a little bit of voodoo to make it go... -Dan --~--~-~--~~~---~--~~ You received this message because you

[Proto-Scripty] Re: Inheritance question

2009-01-13 Thread Dan
); console.log(overlap); } }); // create list var mySortableLabelList = new SortableLabelList(...); For more info, see the example in the documentation: http://prototypejs.org/api/class/create Dan On Jan 13, 6:31 am, Cyrus arianglan...@googlemail.com wrote: Ok, thanks. Let me

[Proto-Scripty] Re: OK in IE - remove prototype and OK in Firefox!?

2009-01-13 Thread Dan
Elements can not have numeric ID's or id's which start with numbers. change your ID's to this format of: div id=div1 Then use: document.getElementById(div + (divCount+1)).className ='hiddenDiv'; and so on... On Jan 13, 8:56 am, geoffcox g...@freeuk.com wrote: Hello the code below works

[Proto-Scripty] error with autocomplete and document.observe('dom:loaded')

2010-02-12 Thread dan
Hello, i have this script document.observe('dom:loaded', function() { Ajax.Responders.register( { onCreate: function() {

[Proto-Scripty] Re: Prototype version 1.6 hinders ColdFusion tag cfmessagebox

2010-03-03 Thread Dan
Hi mrlife, In your minimal test case, please supply the rendered html, not the coldfusion markup. Thank you! Dan On Mar 1, 9:42 am, mrlife ericsn...@gmail.com wrote: When used to confirm (button options: yes, no), cfmessagebox sends a button value to a javascript callbackhandler. If the user

[Proto-Scripty] Re: Does Prototype have a future?

2008-09-29 Thread Dan Dorman
On Mon, Sep 29, 2008 at 4:43 PM, MikeFeltman [EMAIL PROTECTED] wrote: One comment I'd like to make on momentum... A Google search for prototype.js yields 3.24 million hits. A Google search for Jquery.js .233 million hits. Googlin' for jquery begets 7.73 million hits. Dan

[Proto-Scripty] Re: Prototype 1.6.0.3 is out

2008-09-30 Thread Dan Dorman
On Tue, Sep 30, 2008 at 1:45 AM, T.J. Crowder [EMAIL PROTECTED] wrote: Tobie just told me that 1.6.0.3 is out: http://www.prototypejs.org/download Congrats and thanks to all of the contributors who did this work for us!! Yep! Awesome news, and I second the big thanks to all the devs. :D

[Proto-Scripty] Re: Problem with Effect.Move, Overflow:hidden and IE7

2008-12-08 Thread Dan Tudor
I just had the same issue and I think if you give the wrapper div a relative position and a z-index of 100 it will always sit in front of the sliding div and mask the overflow. I'm testing this now with my site so will let you know the outcome. On Nov 6, 3:19 pm, hectorvox [EMAIL PROTECTED]

[Proto-Scripty] Re: Problem with Effect.Move, Overflow:hidden and IE7

2008-12-08 Thread Dan Tudor
; width:5000px; } /styles div id=container div id=inner !-- content -- /div /div On Dec 8, 1:28 pm, Dan Tudor [EMAIL PROTECTED] wrote: I just had the same issue and I think if you give the wrapper div a relative position and a z-index of 100 it will always sit in front of the sliding div