Line 6: | Line 6: | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<title>Bootstrap 101 Template</title> | <title>Bootstrap 101 Template</title> | ||
+ | $(function () | ||
+ | { | ||
+ | $('#my-image').on('click', function () | ||
+ | { | ||
+ | $(this).width(1000); | ||
+ | }); | ||
+ | }); | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 22:55, 3 September 2016