[Proto-Scripty] Prototype's Event system need to be fixed

2011-10-24 Thread buda
1) Since IE9 IE has addEventListener - so it has to listen events in standart W3C way - so it has capture events I use capturing very often - so I forced, instead using on or observe, use addEventListener 2) In the library's code there are planty tones of check - 'if (element.addEventListener)' I

[Proto-Scripty] Form.Serialize returning nada

2011-10-24 Thread Phil Petree
Hey All, Wierdness... I've not seen this before and I swear on my grandma's knickers this was working! function dofill(url) { var options = { method: 'post', parameters: $('myform').serialize(), onSuccess: fill_in, onFailure: ajax_err, on0: ajax_err }; new