[Proto-Scripty] Re: Ajax.Updater output garbled only on iPhone first load

2012-04-05 Thread Victor
This turned out to be a page loading/timing issue. The original poster resolved it by switching from document.observe('dom:loaded… to Event.observe(window,'load'… Does dom:loaded not trigger correctly on the iPhone or something? It sounds possible. Prototype now has 4 ways to detect

[Proto-Scripty] qUnit equivalent for Prototype?

2012-04-05 Thread Walter Lee Davis
I am just getting started with JavaScript testing, can anyone recommend a (hopefully) drop-in replacement for qUnit in the Prototype world? I'm porting a jQuery sound player to Prototype, and I'd like to actually do TDD on it if possible. Thanks in advance, Walter -- You received this