atag
Added binding event
Error reported
js imported from the page
What I simulated in chrome is correct
Now I don’t know how to bind this event and introduce it
The code combined with 1 is imported from outside and placed under the executable directory
$(function() { $(window.document).on('click', '#myFavor', function() { OCA... }); });
The monitoring code part should be pre-loaded before the event operation.
Check whether there is any synchronization blocking problem in the JS code part.
Put him in front of </body>
The code combined with 1 is imported from outside and placed under the executable directory
The monitoring code part should be pre-loaded before the event operation.
Check whether there is any synchronization blocking problem in the JS code part.
Put him in front of </body>