Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TC.K

    (@wp_dummy)

    You can add a js script to bind the keyup and pass the data to the core plugin js function.

    eg.

    $('form #uwpqsffrom_123').bind("keyup",function() {
              process_data($(this));
       });

    replace the ‘123’ to your form id in ‘#uwpqsffrom_123’;

    Thread Starter simenschi

    (@simenschi)

    Great, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘button=0 — search on keyup’ is closed to new replies.