html Copy code The code is as follows:<SPAN class=tag><<SPAN class=title>div</SPAN>></SPAN> <SPAN class=tag><<SPAN class=title>a</SPAN> <SPAN class=attribute>href</SPAN>=<SPAN class=value>"###"</SPAN>></SPAN>Add image<SPAN class=tag></<SPAN class=title>a</SPAN>></SPAN> <SPAN class=tag><<SPAN class=title>input</SPAN> <SPAN class=attribute>type</SPAN>=<SPAN class=value>"file"</SPAN> <SPAN class=attribute>name</SPAN>=<SPAN class=value>"image"</SPAN> <SPAN class=attribute>class</SPAN>=<SPAN class=value>"hidden"</SPAN> <SPAN class=attribute>value</SPAN>=<SPAN class=value>""</SPAN> /></SPAN> <SPAN class=tag></<SPAN class=title>div</SPAN>></SPAN> CSS Copy code The code is as follows:<SPAN class=class>.hidden</SPAN> <SPAN class=rules>{ <SPAN class=rule><SPAN class=attribute>display</SPAN>:<SPAN class=value> none;</SPAN></SPAN> <SPAN class=rule>}</SPAN></SPAN> Copy code The code is as follows:jQuery $('a').on('click', function(e) { e.preventDefault(); $(this).closest('input[type=file]').trigger('click'); }) |
<<: Detailed explanation of the difference between in and exists in MySQL
>>: Solution to overflow:hidden failure in CSS
Many times, after we install a web service applic...
Today, when installing nginx on the cloud server,...
This article example shares the specific code of ...
1. Introduction to inode To understand inode, we ...
Vue data two-way binding principle, but this meth...
1. Why set maxPostSize? The tomcat container has ...
The security issues encountered in website front-...
The image tag is used to display an image in a we...
Introduction Because JavaScript is single-threade...
When we preview PDF on the page, some files canno...
This article introduces in detail some of the tech...
When using justify-content:space-between layout, ...
1. float+overflow:hidden This method mainly trigg...
Table of contents 1. Dockerfile 2. pom configurat...
We know that the commonly used events in JS are: ...