jquery - What are the best strategies for using multiple AJAX libraries? -


what experience can share using multiple ajax libraries?

there useful features in prototype, in jquery, yahoo library, etc. possible include libraries , use want each, play nicely name spaces, etc. sake of speed there practical limit size/number of libraries include or negligible? there pairs work particularly (e.g. prototype/scriptaculous) or pairs don't?

you use libraries, highly recommend against it. downloading , executing javascript choke browser , slow down user's experience. better user's perspective , developer's pick one. less context/architecture switching , less code maintain.

like other answers have said, don't conflict.

see yahoo!'s exceptional performance site more info.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -