Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJS and jQuery in ASP.NET

I've seen some posts where jQuery has been favored vs ExtJS. I haven't looked at jQuery in detail, but from what I read so far, jQuery doesn't provide the kind of UI which comes with ExtJS. Am I correct? Why would some of you prefer jQuery in ASP.NET?

Thanks

like image 910
Saif Khan Avatar asked Dec 02 '22 08:12

Saif Khan


1 Answers

Why not use both? ExtJS does allow you to use jQuery as well. In fact, you can easily configure ExtJS to use jQuery for its core functionality. I've done this before and it works quite well.

This way you can happily use the best of both worlds.

http://extjs.com/forum/showthread.php?t=29702&highlight=jquery

like image 95
JP Richardson Avatar answered Dec 04 '22 00:12

JP Richardson