<!DOCTYPE html> <html> <head> <title>VKB</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css"/> <!-- Optional theme --> <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css" type="text/css" /> <!-- Latest compiled and minified JavaScript --> <script src="assets/js/jquery-3.1.0.min.js" type="text/javascript" ></script> <script src="assets/js/bootstrap.min.js" type="text/javascript" ></script> <style type="text/css"> .btn-pawan { margin-bottom: 4px; width: 32px; height: 32px; } </style> <script type="text/javascript"> //append text to password field by clicking all virtual key function myfun(myvalue) { ...
AJAX POST SCRIPT ________________________________________________________ index.php ________________________________________________________ <!DOCTYPE html> <html> <head> <title>AJAX POST</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script type="text/javascript"> jQuery(function($){ var text1 = $('#text_id1'); var text2 = $('#text_id2'); $('#button_submit').click(function(){ jQuery.ajax({ ...