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...
query the data in this way user_add1 = UserAddress.objects.filter(id=int(add_id)) then serialize json_data = serializers.serialize("json", user_add1, ensure_ascii=False) return json return HttpResponse(json.dumps(json_data), content_t...
Code: console.log(e); console.log(e.currentTarget); The result of is: VM1656:1 MouseEvent{isTrusted: true, screenX: 149, screenY: 253, clientX: 149, clientY: 131,} VM1656:2 null obviously, the event object is the same, but why is the console outpu...
A requirement of our company is to set different subdomains for different modules. For example, the home page for renting is rent.test.com, and the home page for buying a house is sale.test.com, but for a nuxt project, the root path can only correspon...
problem description Mini Program, who crawled the information of NetEase s playlist, learned from Baidu that the API of NetEyun s playlist is http: music.163.com api play., so he started to use requests s get method to get its content. However, ...
<div class= box > <p class= text > <div class="icon">< div> < div> .box { width: 175px; } .icon { display: inline-block; width: 20px; height: 20px; background: red; } expected effe...