如何在jQuery Mobile中编辑上传文件小部件的占位符?

时间:2018-11-18 15:27:34

标签: html css jquery-mobile

有什么方法可以编辑jQM的上传文件窗口小部件的文本占位符? 我想将“选择文件”更改为“上传简历”

<head> <!--jQuery CDN Hosted Files-->
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
    <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
	<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
</head
<body>

                                    <input type="file" name="file" id="cv" value="cv" accept=".pdf" placeholder="Hello" style="padding-top: 1.4vh;border-radius: 0;height: 5.6vh;margin: 0;">
                                
</body>

enter image description here

1 个答案:

答案 0 :(得分:-1)

在输入字段中使用标题输入type =“ file” title =“ file”