One of the known problems with the prototype library (at least older versions) is that it directly modifies native JavaScript objects (adding methods and properties), this becomes a problem when iterating through the properties of an object becuase the newly added properties are unexpected. I have seen this personally when trying to add YUI and dojo to a project where someone had already started out with Prototype. In both cases my fix was to get rid of Prototype (I am not a fan anyways) and go strictly with the other 2 libraries. I thought I had heard that the latest versions of Prototype had gotten rid of this problem but I could be wrong. I second Mike's suggestion and say get rid of Prototype if at all possible.
Sean On Dec 6, 2007 4:12 AM, Zoltán Németh <[EMAIL PROTECTED]> wrote: > > 2007. 12. 6, csütörtök keltezéssel 02.47-kor Michael Nolan ezt írta: > > Yes, we use jQuery through the sfUJSPlugin. I try to avoid using any > > of the prototype helpers and do the JavaScript manually but > > sfUJSPlugin comes with a replacement JavaScript library which will use > > jQuery. I don't remember if this does effects but it'd a drop in > > replacement for Ajax calls. > > > > It's also possible to get jQuery and Prototype loading along side each > > other but you lose the ability to use $ for jQuery: > > > > http://docs.jquery.com/Using_jQuery_with_Other_Libraries > > > > If you're going to adopt jQuery completely and ditch Prototype (and > > you should!) > > could you explain why? why is jQuery better? > > greets > Zoltán Németh > > > they check out the new UI libraries to replace > > scriptaculous. > > > > Mike > > > > > > On Dec 6, 9:57 am, Haris Zukanović <[EMAIL PROTECTED]> wrote: > > > Has anyone used jQuery with symfony? > > > We are experiencing conflicts, i think due to incompatibilities > between > > > jQuery and prototype which is used by default inside symfony helpers.. > > > Thanx > > > > > > -- > > > Haris Zukanovic > > > CEO > > > Software development and research > > > International Business Development, SOFTING ltd. > > > > > > office +387 36 318 339 > > > GSM +387 61 839 069 > > > > > > http://www.eu-softing.com > > > > > > CONFIDENTIALITY NOTICE > > > This e-mail and any attached files, sent by a company e - mail system, > contains company confidential and/or privileged information and is intended > only for the person or entity to which it is addressed and only for the > purposes therein set forth. If you are not the intended recipient (or have > received this e-mail in error) please notify the sender immediately and > destroy this e-mail. Any unauthorized copying, disclosure, distribution or > other use of, or taking of any action in reliance upon, the material in this > e-mail by persons or entities other than the intended recipient is strictly > forbidden. > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
