[Proto-Scripty] IE, attachEvent to div

2009-08-01 Thread Jake
I am using prototype 1.6.0.3 and IE8. Although I think the same problem occurred in IE7. Why do the following lines of code give errors? script type='text/javascript' element = Element('div') // Doesn't work when created this way. element.attachEvent('onclick', function(evt)

[Proto-Scripty] cancel post

2009-08-01 Thread Jake
Hi, Cancel my last post please. 1.6.0.3 solves my problem. Thought that's what I was using, but guess I wasn't --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this

[Proto-Scripty] problem with iterating

2010-01-05 Thread Jake
I am using prototype 1.6.0.3. All I am trying to do is get the results from evalJSON and iterate through them. I have an Ajax request, and on success it does something like: thisObj.adjustResultsForMovement.bind(thisObj, transport.responseText.evalJSON(true))(); So far, nothing works. Right

[Proto-Scripty] Re: problem with iterating

2010-01-05 Thread Jake
On Jan 5, 7:35 am, Jake jgarfi...@earthlink.net wrote: I am using prototype  1.6.0.3.  All I am trying to do is get the results from evalJSON and iterate through them. I have an Ajax request, and on success it does something like: thisObj.adjustResultsForMovement.bind(thisObj