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...