error prompt: Uncaught TypeError: autopbn.getAttribute is not a function at exauto_ajax_page.js?s1m:10 var autopbn = $( autopbn ); var nextpageurl = autopbn.getAttribute( rel ).valueOf(); Uncaught TypeError: autopbn.getAttribute is not a function...
the rookie wants to build a server with node express, but the cross-domain problem has not been solved. When requesting JSON data, I was at a loss because the pre-request could not pass the permission control and could not complete the cross-domain proc...
Why is the js of the same segment normal on PC but not on mobile? html call code: <div id="pgbtn" class="pgbtn_page"> <a class="page_a" href="javascript:;" rel="forum.php?order={$_GET[ orde...
reqSource parameters are required to be passed to the background through headers in the project the code is as follows: $.ajax({ type: "post", url: url, async: true, headers: { ...
<?foreach ($region_get_all->regions as $key):?> <?endforeach;?> suppose I get multiple numbers via foreach what I want to do is that when the user selects the "edit " data , I will show the div that there will be data , and wil...
assume that there are several of these form <form id="form<?=@$key->{ restaurant-id };?>" enctype="multipart form-data"> I asked for ajax by pressing the button (so I can complete the request at the same time witho...
The effect of UI is similar to the image above. To ensure that the picture is scaled proportionally, you must use the mode= "aspectFit " mode, but then the picture will be centered. can t find a solution, call for help here, gods ...
is there any other way to find an instance in the for nesting I use ...
problem description the environmental background of the problems and what methods you have tried there is no problem with direct access through the browser, but write it to get () and report an error Uncaught TypeError: Cannot read property ge...
let baseurl = ` search?keyword=${key} `; baseurl is assigned a value but never used baseurl += &page=1 ; if (this.checkAll === false) { baseurl += &range= ; for (let i = 0; i < this.checkedParts...
What is the relationship and function of reducer and action in react.js? What is their life cycle? reducer action ...