javascript - jQuery accSendReq is not defined even when it is -
javascript - jQuery accSendReq is not defined even when it is -
why accsendreq not defined when below?
the function accsendreq() console.log('works'); function.
i phone call function below. code below in html that's generated, , not in .js file that's included in page. jquery loads before this, still error. no other errors generated.
//there's html above <script type="text/javascript"> $(document).ready(function() { accsendreq(); }); </script> function accsendreq() function that's in include.js file include in head of page.
it's this:
function accsendreq() { console.log('workd'); } javascript jquery
Comments
Post a Comment