1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
jQueryvalidatoraddMethod"mxvalid"functionvalueelement $ajax url: 'http://localhost:4567/email-check' type: 'GET' dataType: 'jsonp' data: $param $element console.info"IN CALLBACK"; if data == 'success' console.infodata; return true; else console.infodata; return false; ; ; ; |

