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
过去多啦不再A梦2017-05-19 10:33:00
The code combined with 1 is imported from outside and placed under the executable directory
習慣沉默2017-05-19 10:33:00
$(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.