php - Ajax form submission with not working -


so here's fiddle i've been working on : http://jsfiddle.net/dw3um/2/

.highlight {border:1px solid #4f67f5;color:red;} .res-msg-wr {display:none;} 

this ( can see) contact form , , think i've done right make work... somehow doesn't work right way...

(1) validation doesn't not work... though i've copied code should work.. though doesn't

(2) process.php file doesn't work (irony) .. same contact form works on other site... i'm trying incorporate in new one... , surprisingly doesn't seem function right way... if put values in form doesn't load success message.. , if leave 1 of fields empty , fill 1 of inputs.. still shows error message regarding every input..i've provided in fiddle... appreciated ...

this

$.noconflict(); $(document).ready(function() { 

doesn't work. $.noconflict(); removes $ alias jquery object can't used bind ready event.

either remove noconflict call or replace instance of $ jquery

also make sure of inputs have name attribute. in fiddle missing.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -