Questions tagged «textinput»

12
ආදාන පෙළ කොටුවක වටිනාකම ලබා ගන්න
JQuery භාවිතා කරමින් ආදාන අගයක් ලබා ගැනීමට සහ ලබා දීමට ක්‍රම මොනවාද? මෙන්න එකක්: $(document).ready(function() { $("#txt_name").keyup(function() { alert($(this).val()); }); }) <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> <input type="text" id="txt_name" /> කේත ස්නිපටය ධාවනය කරන්නHide resultsස්නිපටය පුළුල් කරන්න
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.