I use ajax with jquery and when I tried to display the result in popup. Then alert always displays 0
0
success : function(results) { alert(result
I had the same issue. I'd forgotten to enable the plugin. After enabling the plugin I received the expected data.