I've delved into Dojo Toolkit which I intend to use with CodeIgniter.
+2
A:
Any JavaScript framework should work with your server side programing language without any issues.
Thus jQuery, Ext, YUI, Dojo Toolkit, etc. should all work just fine.
Is there something in particular that you'd like to do that you'd like to know if a certain library would excel at?
scunliffe
2009-12-25 17:48:12
I've been more involved in Dojo because of their components - Dijit. Similar things has Ext also, even more so. I'm more and more into js-libraries which are more like components. With another words doing web apps that feel almost like desktop apps - a little like office style.
marko
2009-12-25 17:59:37
JQuery has many UI plugins but dojo is a great choice.
the_drow
2009-12-25 18:20:56
A:
Yes you can use any javascript framework in codeigniter. You see in your views you can put in anything including javascript, css, html css and even php.
And this link is going to help you much.
thanks
Sarfraz
2009-12-26 09:13:43