Background:
In today's work process, interrupt point debugging Follow up a section of JS code execution, the interface using Jquery.open Open, Ok () event no corresponding button, front-end Web Interface Click button, unable to cut into the breakpoint statement.
Workaround: Use Debugger
Enter debugger in the OK () function
Front-end Interface Click OK button, the service program does not start debugging (server vs directly Open is the site, the site directory is the source code,)
Press F10 to debug, you will find it very convenient and useful.
Problem One: User feedback oa on some input items (input content with & connected), after selecting, click the Confirm button, the parent interface does not.
Reason: When using the URL to pass parameters, with the & symbol connection, if a parameter contains "#$ ^ & * + =" These symbols, on another page getparameter will not be passed over the parameters. Therefore, you need to avoid special characters when you pass the parameter, lest the program error.
Debug Web page programs with Chrome browser