The code for js to set the selected value of the input box when the PHP page is output is as follows:
/* 设置表单的值 */ function setValue(name, value) { var first = name.substr(0, 1), input, i = 0, val; if (value === "") return; if ("#" === first || "." === first) { input = $(name); } else { input = $("[name='" + name + "']"); } if (input.eq(0).is(":radio")) { //单选按钮 input.filter("[value='" + value + "']").each(function() { this.checked = true }); } else if (input.eq(0).is(":checkbox")) { //复选框 if (!$.isArray(value)) { val = new Array(); val[0] = value; } else { val = value; } for (i = 0, len = val.length; i < len; i++) { input.filter("[value='" + val[i] + "']").each(function() { this.checked = true }); } } else { //其他表单选项直接设置值 input.val(value); } }
The above is the editor's introduction to the js to set the selected value of the input box when the PHP page is output. I hope it is helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank you all for your support of the PHP Chinese website!
For more articles related to js setting the selected value of the input box when outputting the PHP page, please pay attention to the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver CS6
Visual web development tools