Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do Search images using input search box. #1040

Open
Zubair-Iftikhar opened this issue Feb 4, 2021 · 4 comments
Open

How do Search images using input search box. #1040

Zubair-Iftikhar opened this issue Feb 4, 2021 · 4 comments

Comments

@Zubair-Iftikhar
Copy link

Zubair-Iftikhar commented Feb 4, 2021

I want to add the Search box for searching the images.. How to can implement?
Issue # 728
Issue # 995
I can't understand how to implement search box as Issue # 995 is done....any demo available?
or written documentation

Packages Info

  • Operating system :Windows 10
  • Laravel version :^8.12
  • Package version :^2.2
@ayrongabriel
Copy link

Hi @Zubair-Iftikhar

I did it using jQuery, so you don't need to change the Item Controller

search

@k-msalehi
Copy link

k-msalehi commented Jul 24, 2022

Same issue
@Zubair-Iftikhar can you provide more details and/or a sample code?

@uprod
Copy link

uprod commented Sep 19, 2022

Hi @Zubair-Iftikhar

great job
can you share you code ?
thanks

@Manmansui
Copy link

Manmansui commented Jul 12, 2023

$(document).ready(function(){
$("#keyword").on("keyup", function() {
// var value = $(this).val().toLowerCase();
show_list = $(this).data('display');
loadItems();
});
});

path: public/js/script.js
i use this, but only work on current directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants