Codeigniter: Creating dynamic graphs using JQuery and FusionCharts
I recently upgraded some of my Codeigniter applications that used OpenFlashCharts to using FusionCharts Free, and at the same time incorporated some javascript to allow me to change the graphs dynamically at the client-side. This has greatly improved the usability of my charts and graphs that I pump out. As such, I thought I would [...]
Posted on July 30, 2010 at 6:13 pm by Eldee · Permalink
· 16 Comments
In: PHP Tutorials · Tagged with: charts, codeigniter, jquery
In: PHP Tutorials · Tagged with: charts, codeigniter, jquery
PHP and jQuery: Submit a form without refreshing the page
Lately, I’ve been chancing on quite a number of posts at various places asking about how to perform a web action without the webpage reloading/refreshing? For example, dynamically updating a list on a page without a reload or submitting a form to PHP without leaving the webpage the form sits on.
I guess this is as [...]
Posted on June 9, 2010 at 2:55 pm by Eldee · Permalink
· 52 Comments
In: PHP Tutorials · Tagged with: ajax, forms, jquery
In: PHP Tutorials · Tagged with: ajax, forms, jquery
