I have a terrible thing right now. I have an editor , which is edited on DIV , so I want his HTML code hypothetically, and I find that it is used: var html = document.querySelector ( ".ql-editor "). InnerHTML; ). then when the list POST is out my ...
the title of the input tag of the safari browser will appear when the mouse is over, how to keep this thing from coming out? ...
in doing a search function, the input box type is search, and form, is also set on the outside, but in the input process, the search button of the soft keyboard will become a confirmation button at certain times, and it is impossible to click the confir...
function scrollTo(dom, dis, dir = up ) { if(dir == up ) { var scroll = function() { var timer = setTimeout( function() { if(dom.scrollTop() > dis) { dom.scrollTop(dom.scrollTop() -50);...
what if the change event of input in weex occurs after the blur event? what events can be triggered immediately? ...
after entering the account, the mobile browser will remember the password by default. The next time you enter the page again, the account password has been entered by default, but the execution code $(). Text () is empty? Then enter the same $(). Text ...
currently the loading component is used directly through axios s interceptor, showing when sending the request and hiding when the response comes back but for example, if there are multiple requests, the loading is hidden when the first request is re...
I write curl on a function like this: function httpRequest ($api, $data_string) { $ch = curl_init($api); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_st...
the project encounters the function that needs to modify the theme. V-if can be implemented, but it is very troublesome. Want to know how to change the variables color in scss through vue or js ...
php uses phpspreadsheet to generate execl, how to insert pictures ...
We are generally talking about "encapsulating a tool class ". How do you say "encapsulation " in English translation? ...