Javascript issue on submit forms
-
v1.5 caused all submit buttons inside fieldset tag to be disabled. I think you missed this bit:
var button, input, fieldset = $( ‘#your-profile fieldset’ );
The best really is to enqueue this js only from wpadmin and hide when it is not.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Javascript issue on submit forms’ is closed to new replies.