views:

367

answers:

3

Did Codigniter have inbuilt javascript lib? else what javascript framework best for Codigniter

+3  A: 
  • CodeIgniter 1.7.2 contains 0 .js files
  • I would recommend jQuery for general browser Javascript usage.
meder
thanks recommendation. do you know any good tutorial to hoe to intergrate jQuery and codeigniter
Kombuwa
All you'd need to do is download the core jQuery file and reference it.
meder
+2  A: 

Hope these tutorials may help.

http://geekhut.org/2009/06/how-to-codeigniter-jquery-json/

http://www.mrforbes.com/thoughts/2009/01/28/a-quick-code-igniter-and-jquery-ajax-tutorial/

http://codeigniter.com/forums/viewthread/79844/

Try google and codeigniter forums for the rest...

paulrajj
thank-you very much
Kombuwa
you're welcome...
paulrajj
A: 

Yes try Jquery its good to use with codeIgniter.

Geshan