[Proto-Scripty] Using Prototype

2010-07-04 Thread P.J.
Hi guys, First off, here's a reference I'd like you to read so you'll understand where I'm coming from. http://jqueryvsmootools.com/ It's written by Aaron Newton and it's about jQuery and MooTools. Short and sweet, jQuery focuses on the DOM, and does a pretty good job with it; and MooTools

[Proto-Scripty] Using Prototype with XL-DOM-API

2009-05-17 Thread Benedikt.Rothe
Hi Can I use the Prototype-Element-Class with Ajax-loaded XML? Follwing code doesn't work for me: script type=text/javascript new Ajax.Request(XMLRDB.xml , { method: 'get', onSuccess: function(transport) { var xml = transport.responseXML; var bw =

[Proto-Scripty] using prototype tabs within a prototype horizontal accordion

2009-05-03 Thread jwtdesign
Hello, I am trying to build a website that uses the horizontal accordion framework downloaded from http://www.stickmanlabs.com/accordion/ and then within the panel content, I am trying to use a tab set-up. However, the two prototype libraries seem to be conflicting. If I get rid of one, the tabs

[Proto-Scripty] Using Prototype functions on load: Difficulties with IE

2009-02-20 Thread lacco
Hi! I just tried to use prototype for writing Foo into document's body (in fact, I just broke down a little more complex code into this). But the IE doesn't find the document.body.update function (in Firefox, all works perfect): html head script src=/javascripts/prototype-1.6.0.3.js

[Proto-Scripty] Using Prototype from within an iframe

2008-11-06 Thread Walter Lee Davis
I have a file upload widget working perfectly on Safari 3 and Firefox 2 (both on Mac), and Firefox 3 on XP but dying horribly on IE6 SP3 on XP. Dying horribly is probably a bit harsh, the upload part works fine, and I am able to remove the stale file inputs from my layout, but I can't