Title: Message
Is Prototype’s inspect function
recursive? If it is, then $H(results).inspect() would work. Otherwise, you’ll
have to come up with your own recursive function.
Greg
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sam
Sent: Friday, July 28, 2
Title: Message
Greg,
OK,
there's objects in objects. Nice...
For
debugging purposes, what's the simplest way to convert the entire returned
object to a string for inspection?
Sam
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Hil
Title: Message
Well, I’m sure xPath is a lot more
flexible, but holy crap is that a lot of code. As I said, mine is limited, but
serves my purposes very well. And it’s generic enough for anyone to use,
although it only handles node types 1 to 3. Anything beyond that will be
ignored (or p
Title: Message
Thanks
(a lot! ). I've had to rule out including a 100Kb xPath.js library.
Maybe this lib is a better solution.
I
diagnosed the problem with IE responseXML - if the file isn't served "up" as
text/xml, IE doesn't make responseXML available. (I was testing on my
local hard
Title: Message
No, it’s available. You might
have to say responseXML.documentElement (not sure, but I always do and it
works). Oh, and you could try changing ‘get’ to ‘post’.
I’ve always had moderate to bad success in IE with ‘GET’
requests on Ajax.
Even with no arguments, sometimes IE
Title: Message
... is
the responseXML below available only in Mozilla? I get nada in
IE.
Sam
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kjell BublitzSent: Monday, July 24, 2006 4:19 PMTo:
rails-spinoffs@lists.rubyonrails.orgS
It seems to me that attempting to enforce types to catch programming errors misses a bit of the point of _javascript_. I suppose it would make certain methods of debugging simpler at the cost of greater code complexity, but that benefit seems to be less than overwhelming to me.
Perhaps it's relate
> Yes, it is used to catch programming errors by introducing a little
type
> safety. How many times have you written this in your project:
>
> function showMenu(obj) {
> if(obj instanceof MenuItem) {
> obj.getNode().style.visibility = "visible";
> } else throw new Error("Invalid parameter!
Yes, it is used to catch programming errors by introducing a little type
safety. How many times have you written this in your project:
function showMenu(obj) {
if(obj instanceof MenuItem) {
obj.getNode().style.visibility = "visible";
} else throw new Error("Invalid parameter!");
}
Now you
Yes, just use a tag instead.
Hi,does anyone know a good workaround for the script.aculo.us Bug 5179?Mit freundlichen Grüßen / best regards.Dirk SchirmerIT-AbteilungGO! General Overnight Service (Deutschland) GmbHWilly-Brandt-Allee 20D-53113 BonnFon +49 (0) 228 24393-470Fax +49 (0) 228 24393-190[EMAIL PROTECTED]www.general-over
Owen Franssen wrote:
On my Autocompleter.local result I spotted that every LI has a class=""
attribute with no value. Is there a way to control whats included in
this attribute? Or better still can I control how Autocompleter.Local
formats its result?
_
On my Autocompleter.local result I spotted that every LI has a class="" attribute with no value. Is there a way to
control whats included in this attribute? Or better still can I control how Autocompleter.Local formats its result?
___
Rails-spinoffs ma
Hi,
Is there a script.acul.us code or function that will let me do gmail
like autocomplete feature for textarea?
Cheers,
Celia
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spino
Hi all. I overloaded autocompleter.local and write my own web
user control, everything works fine on FF 1.5 and Opera 8/9 but
when I start using it in IE6 after while I get message "there
was a problem with Internet Expoloder ..." and exploder crash.
Does anyone know what I'm doing wrong? i th
Hi
My company is looking for one or more web application developers to
develop modules to be integrated in one of our projects. You need to
be available for the coming two months, this one is on a tight
deadline but should be great fun to do. Currently, I can't tell a lot
about the projec
16 matches
Mail list logo