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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -