Any downsides to using ASP.Net AJAX and JQuery together

前端 未结 9 1163
深忆病人
深忆病人 2021-02-04 10:41

We are planning to use the jQuery library to augment our client side JavaScript needs.

Are there any major issues in trying to use both ASP.Net AJAX and jQuery? Both li

9条回答
  •  萌比男神i
    2021-02-04 11:16

    The developers of ASP.NET Ajax took specific steps to make sure that the library could be used in conjunction with jQuery.

    For example, the ATLAS CTP (the beta which became ASP.NET Atlas) used to have a $() function, but it was removed and replaced with $get().

提交回复
热议问题