Hi Everyone, I was wondering if anyone has run into a problem with using Safari and prototype's Element.update() function. I have a web page which has approximately 10 ajax calls. Each ajax call fills a div in the page with $(div).update(response.responseText); Unfortunately this call crashes Safari. If I replace the call with $(div).innerHTML = response.responseText Safari loads the page but my javascript is not enabled. Has anyone got a workaround I may use so I can play nicely with Safari users?
Thanks for your help, Randy PS. I'm using Safari 2.0.4 -- Imagine no possessions I wonder if you can No need for greed or hunger A brotherhood of man Imagine all the people Sharing all the world --John Lennon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
