Debugging
How do I debug in firebug when all I see is the JS for the initial screen for my project?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do I debug in firebug when all I see is the JS for the initial screen for my project?
Hello! Not sure I understand your question. Could you clarify what else do you want to see there?
I want to put breakpoints in my js code for a particular screen to debug, but in firebug I only see the js for the first screen in my project
You can move part of the code which you want to debug (or all code) to castom JS which available on each screen.
I don't know if this has anything to do with tiggzi - I am using a jquery post to execute a php script on a remote server, but I am not getting any data back.
this is the post
$.post("http://webrecipemanager.com/wrm_app/s... {
alert(data);
});
I get no alert, and I can't see any errors anywhere, though there maybe some of course, just don't know how to find them, and would expect them to be returned in data anyway.
You are using jQuery directly.. so it's not Tiggzi. Try your request here: http://hurl.it/
Thanks for that Max, funny thing is I am getting the response I expect there. Why would anything be different doing the same thing in my project?
I don't know..do you see any JavaScript errors..?
no
Do you see the request firing?