similar to: prototype.js and vBulletin

Displaying 20 results from an estimated 50000 matches similar to: "prototype.js and vBulletin"

2006 Sep 20
0
prototype.js: Safari issues with 1.5.0 rc1
I''m using scriptaculous, which requires prototype 1.5.0, and comes with 1.5.0 rc1. However, on page load and when any form is submitted, Safari is getting caught at line 1320, with ReferenceError: Can''t find variable: HTMLFormElement. Tested with Safari 2.0.4 and latest WebKit nightly (r16463). Perhaps there is a newer rc? I can''t seem to find anything at all in the
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
hi all i see a very strange behavior in safari when using prototype.js and the pear HTML_TreeMenu to reproduce get prototype.js (http://www.prototypejs.org/assets/ 2008/1/25/prototype-1.6.0.2.js) and treemenu.js (http://cvs.php.net/ viewvc.cgi/pear/HTML_TreeMenu/TreeMenu.js?revision=1.22). and test the following html with safari on mac or windows (http:// www.apple.com/safari/download/)
2008 Jul 11
2
Error in prototype.js ......var value = element.style[style];
Hi, I have a script that throws an error in prototype.js on line 1889. Its just started showing...it''s not breaking my app at all just showing the error. I can''t track back to where it started happening though. It''s this line. var value = element.style[style]; Has anyone encountered this before....do yiou have any hints on how to track this bug down?
2008 Mar 21
4
Prototype.js event.stop(event) FF2 not working
stop: function(event) { if (event.preventDefault) { event.stopPropagation(); event.preventDefault(); } else { event.returnValue = false; event.cancelBubble = true; } } /* br original stop: function(event) { Event.extend(event); event.preventDefault(); event.stopPropagation(); event.stopped = true; } */ };
2008 May 30
1
Prototype doesn't work if we have swf content on the same page
I having to many troubles with prototype and scriptaculous when i have object tag to embed swf content on webpage. First it conflict with adsense and the page can''t be showed on IE6, fine, i remove adsense banners. But my lightbox galery(maded with prototype) doesn''t work if i had swf content from youtube... Some body can help with this problem? I''m starting hate
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
Can anyone recommend good books, online tutorials, or any other learning materials for Javascript - specifically Object Oriented Programming using JS? I want the rest of my dev team to be able to help me code in JS, specifically using prototype and scriptaculous. I''ve been using JS for so long, and I kinda "grew up" on OOP programming but my whole team is Coldfusion
2006 Sep 07
3
Using "scriptaculous.js?load=effects" on FF
Hi All, For somewhat when I use <script src="scriptaculous.js?load=effects> the effects.js is never get downloaded on FF. So, I can''t use any effect at all. Anyone has the same problem? Please help! Thanks, Palawan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Apr 17
2
RE: document.getElementsByClassName (prototype) andElement.childrenWithClassName (scriptaculous) redundancy?
Isn''t the difference that the scriptaculous one only gets child nodes from the node you specify, whereas the prototype one gets all in the entire document? Still, it would be nice to just have the one, and let you pass in the document element if you wanted all of them. Just guessing, really. I haven''t looked at the code in question. Greg > -----Original Message----- >
2006 Jun 07
3
Including scriptaculous.js causes page to "hang"
When I say hang, I mean the browsers spinner keeps spinning and Firefox''s info bar at the bottom says "Transfering data from ...... " I''m just including the js like this: <script src="/js/prototype.js" type="text/javascript"></script> <script src="/js/scriptaculous.js" type="text/javascript"></script>
2007 Dec 11
0
Rails 2 doesn't include builder.js, scriptaculous.js, slider.js, and sound.js. Should I add them?
I''m upgrading the Scriptaculous files in my Rails 2 project to version 1.8. Rails 2 doesn''t produce builder.js, scriptaculous.js, slider.js, and sound.js in the Javascript folder by default, and the files it produces (controls.js, dragdrop.js, effects.js) don''t have a version number in them. If I''m replacing the default files with the Scriptaculous 1.8
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
Hi Guys, I'm currently using the Dojo Rich text editor on my site https://wideword.net but am not 100% happy with it as I'm a prototype kind of guy. So I started writing this Rich Text Editor the other day on an experiment. I used the In Place Editor as a template for it and have gotten it to more or less work under IE and Gecko. Unfortunately it still isn't working on Safari ( The
2006 Feb 20
0
prototype.js Array.prototype.shift() method
I noticed that prototype.js defines a shift() method for the Array prototype. The base prototype already defines this method, is there a reason it is being redefined in prototype? Maybe certain browsers aren''t implementing the shift() method? If that''s the case, shouldn''t there also be an unshift()? :) Thanks! -Jeremy -- Jeremy Kitchen ++
2007 Jul 17
0
Error when prototype.js is loaded
I have some javascript on my page which contains an array for a menu. Without protoype.js loaded, I don''t receive any js errors. However, once I load prototype.js, my code for my menu shows an error. This area was coded prior to implementing prototype.js, so it is not dependent on prototype, but other site functions will be. Here is the error that I get: invalid quantifier +);}); }
2007 Feb 08
0
derive.js - Ruby-esque derivation/mixins for Prototype
All, I whipped up a small extension for Prototype to solve some modeling issues I was having on a large JS project. I know there have been serveral alternative "write JS in Ruby" type efforts, including ruby.js, rb2js, and prototype.js itself, but I was hoping to keep it as light as possible while gaining the most powerful aspects of derivation/mixins/callbacks. Much like the prototype
2008 Apr 03
1
Changing the prototype.js from 1.5.0 to 1.6.0.2 causes error in javascript code.
Hi, I am a new member of this group. We are using autocomplete box from "script.aculo.us". It uses the prototype.js file. We are creating the auto completer dynamically in a table. Our code was working on FireFox(FF) but was giving error on InternetExplorer(IE). So we upgraded the prototype.js file today from version 1.5.0 to 1.6.0.2. Only this particular change was done. When we
2007 Sep 12
2
Prototype.js and Coremetrics eluminate.js issues
Hi, I am trying to use prototype.js on a JSP that also contains some javascript from Coremetrics (eluminate.js). Coremetrics is used for tracking marketing clicks. When I have both of these javascript imports on the page I get javascript errors in the eluminate.js file. I get javascript errors that say "Undeterminate string constant." It looks like the prototype.js file is somehow
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
What I have so far. In my main HTML: <script type="text/javascript" src="/javascripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode: "textareas", theme: ''advanced'', theme_advanced_toolbar_location: ''top'' }); ... </script> My Ajax form
2006 Jan 22
0
Using prototype.js Documentation - UPDATED VERSION TO COVER 1.4.0
Hi Everyone, The most popular documentation on prototype.js now got even better. The earlier one was for version 1.3.0. Sergio Pereira has updated his documentation to cover prototype.js version 1.4.0. http://www.sergiopereira.com/articles/prototype.js.html <http://www.sergiopereira.com/articles/prototype.js.html> -Mandy. _______________________________________________
2007 Sep 10
1
Drag and Select Problem in prototype.js version 1.3.1
On jsp page there is text box for searching value in table, the problem is after entering text in that search box then inner text is not selected by mouse dragging. If include of prototype.js is removed then it works fine. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Mar 12
0
Looking for lead front-end developer with experience in Prototype and Scriptaculous
Hello All, We are a fun, innovative software company just outside of Boston looking for a bright, passionate font-end web developer (either full time or contractor) to join our team and lead the User Interface development for our flag ship product, CommonSpot Content Server. We''re in the midst of redesigning and building a new, interactive AJAX based interface for our next major release