Laravel ajax search not working when I change the route – Jquery ajax
I am currently facing issues with an ajax search, I think it has to do with the routes, but I'm not sure what is wrong. Maybe it's too early for coding. This works <script type="text/javascript"> $('#name').on('keyup',function(){ $value=$(this).val(); $.ajax({ type :…