Skip to content
Advertisement

Filled many Textbox with Select box using laravel

I want to display data in a text box based on the selected options. for example if If I select the title of the book, it will display the author of the book, the price of the book, the year the book was printed. I want to display the book based on the selected option chosen

my Controller

JavaScript

my Model

JavaScript

my javascript

JavaScript

my web.php

JavaScript

my create.blade.php

JavaScript

but the result can’t be found in the textbox at all, can anyone help me? thx

Advertisement

Answer

you forget to add return at your controller, its better to return the value from your request with json like this rather than echo value

JavaScript

and in ajax response just pass the value to input text

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement