Bild

Englisch [ˈɪmɪdʒ]

n. Bild; Konzept; Spiegelbild

vt

jquery-Bildauswahl Syntax

Funktion: :Bildauswahl wählt <Eingabeelemente vom Typ Bild aus.

Syntax: $(":image")

jquery-Bildauswahl Beispiel

<html>
<head>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript"> 
 
$(document).ready(function(){
    $(":image").css("background-color","#B2E0FF");
});
 
</script>	
</head>
<body>
<html>
<body>
<form action="">
Name: <input type="text" name="user" />
<br />
Password: <input type="password" name="password" />
<br />
<input type="image" src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />
</form>
</body>
</html>
</body>
</html>
Instanz ausführen »

Klicken Sie auf die Schaltfläche „Instanz ausführen“, um die Online-Instanz anzuzeigen