Working with jQuery
I have now been working with jQuery for a while and found very good usage in using there specific features:
Together with MS Ajax:
Using jQuery together with MS ajax results in some $ naming conflicts, since both MS Ajax and jQuery used the $ use their default namaspace.
It can be resolved by either rename the jQuery [...]
Twitter