How to show an alert when an input is empty?
Here's the code..
function rfc_vacio(){
if ($('#RFC_v').val() == "") {
alert("Empty");
$('#RFC_v').focus();
return false;
}else{
return true;
}
}
i want to changue to alerfity,im new on bootstrap
alert converted to alertify, make sure you read examples on your new javascript framework http://alertifyjs.com/