Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- Install APXS in Redhat Linux
- react-pdf, display pdf in react.js
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- React: connect(mapStateToProps, mapDispatchToProps)
- DataTable table order by numeric, not by text
Sunday, June 29, 2014
Debug Ajax in Firefox
In static websites, we can view source or inspector to do debugging. How about the dynamic websites using Ajax? We need to check if Ajax post data correcttly.
In Firefox, click Tools at top menu, then select
Web developer->network->console
then refresh website or select input data or select options in forms related to ajar scripts.
You can see the error message if Ajax failed.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment