Can I run my function after form show sent success box?
-
I want to add code into wordpress .php file
$(document).ready(function () {
var slide = function () {
…. (1)
};
});I try to add code like
$(‘#wpcf7-response-output’).on(‘change’, slide);
or
$(‘#wpcf7-response-output’).trigger(slide);but it not work. maybe my syntax wrong. Orz
please answer me if you have any idea.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can I run my function after form show sent success box?’ is closed to new replies.