ตรรกะนี้เริ่มทำงานเมื่อกด "Enter" ในอินพุต "จำนวนเงิน" และฉันไม่เชื่อว่าควร (ไม่ได้อยู่ใน Chrome) ฉันจะป้องกันสิ่งนี้ได้อย่างไรและหากไม่ได้ป้องกันใน IE ให้จัดการเพื่อไม่ให้ตรรกะในเหตุการณ์คลิกเริ่มทำงาน
<html>
<body>
<div id="page">
<div id="financed_amount">
<h1>Financed Amount:</h1>
<input type="text" id="amount" value="" />
</div>
<h1>Finance Options</h1>
<div>
<a id="shareLink" rel="leanModal" name="email" href="#email"></a>
<button id="btnShare" class="share">Share this report</button>
</div>
</div>
</body>
</html>
สคริปต์
$("#btnShare").click(function (e) {
// This logic is firing when pressing "Enter" in the "Amount" input
});
- Jquery: 1.7.2
- IE 9
- (ทำงานใน Chrome)