Validate drop down month , day , year User Jquery : var year=$("#year").attr('value'); var month=$("#month").attr('value'); var day=$("#day").attr('value'); var data="year="+year+"&month="+month+"&day="+day; $.ajax({ type:"get", url:"<?php echo HTTP_ROOT;?>validate/validDate?"+data, success: function(resp){ if(resp=="false"){ alert("Success"); }else{ ...
Coding Cheatsheets - Learn web development code and tutorials for Software developers which will helps you in project. Get help on JavaScript, PHP, XML, and more.