[Proto-Scripty] Re: Ajax requests again

2009-08-25 Thread Timo
the older topic you mention), but did you look at Ajax.Responders? [http://www.prototypejs.org/api/ ajax/responders] Timo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" gr

[Proto-Scripty] Re: using Element.select with capital letters in Safari.. bug?

2009-01-13 Thread Timo
Ahh yes thank you T.J. I usualy have it but for this project i copied the wrong stuff so it was not included and I compleatly missed to check that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.

[Proto-Scripty] using Element.select with capital letters in Safari.. bug?

2009-01-13 Thread Timo
I have a div with the id "loginWindow" inside that i have another div with the class ".title" I used Element.select($('loginWindow'), '.title') to get that node. Works very good in all other browsers but not Safari. After some investagation i found the code that is failing results = $A(root.query

[Proto-Scripty] AJAX JSON oddness in IE

2008-12-23 Thread timo
why do my arrays have extra methods in IE? i guess i know why.. prototype added all these prototypes to Array() but how do a get a responseJSON that's just an array? it's fine in firefox... can anyone help with this? i'm using Ajax.Request to hit a php page the returns json_encode arrays of mysql