In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the "how to use jquery to achieve without clicking on the file type input pop-up file selection dialog box" related knowledge, Xiaobian shows you the process of operation through an actual case, the method of operation is simple and fast, practical, hope that this "how to use jquery to achieve do not click on the file type input pop-up file selection dialog box" article can help you solve the problem.
You can use trigger. There is no native trigger function in javascript. You can write one yourself, or you can directly use the implementation of jquery:
The code is as follows:
Var button1 = document.getElementById ("button1")
Var button2 = document.getElementById ("button2")
Button1.onclick = function () {alert ("button1"); trigger (button2, "onclick");}
Button2.onclick = function () {alert ("button2");}
Function trigger (ele,event)
{ele [event] ();}
You can also use a simpler method, which is to cover the image or hyperlink or other div you want to click on with input, and then set the input to be completely transparent, so that when you click on the image, you actually click on input, as shown below:
This is the end of the content about "how to use jquery to achieve the input pop-up file selection dialog box of file type without clicking". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.