CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
front end
> Jquery: why can't I run
Jquery: why can't I run
Time:10-31
Novice one, would you please tell me why the jquery code is not running? .js file already on the web page with catalogue,
<meta charset="utf-8">
</script>
<script>
JQuery (document). Ready (function () {
$(" input [type='button'] "). Click (function () {
# var inputValue=https://bbs.csdn.net/topics/$(" test "). Val ();
Alert (inputValue);
});
});
</script>
<body>