Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script> $( function() { $( "button" ).click( function() { $( "img" ).attr( { "src" : "/pix/samples/11m.jpg", "alt" : "Photo of the Mekong River from Laos", "title" : "The mighty Mekong" } ); }); }); </script> <p><button>Change Image</button></p> <img src="/pix/samples/8m.jpg" alt="Photo of bird">
Preview