(12-12-2014, 10:51 AM)kilishan Wrote: (12-12-2014, 10:11 AM)albertleao Wrote: Does this work with Ajax calls?
Yes, you can use it with AJAX calls, though you have to wire it up yourself.
What I've done in the past is to create a div with a unique ID. Then on page load you can use javascript to detach the #codeigniter-profiler div and insert that into the new div you created. I can't find the exact javascript I used at the moment, but it's definitely possible.
Ahh that doesn't sound too difficult. If I do end up writing the JS for it, i'll be sure to post it here.
Great work.