ajax jquery live search box not working in wordpress plugin

Since you didn’t ask clearly I understood that you want to know how to include script to your plugin. If so, do this:

wp_enqueue_script( 'your_plugin_name', plugin_dir_url( __FILE__ ) . 'js/your-script.js', array( 'jquery' ),'1.0.0', true );