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

Multiple searchboxes causing issues #1

Open
biodesign opened this issue Jan 21, 2011 · 1 comment
Open

Multiple searchboxes causing issues #1

biodesign opened this issue Jan 21, 2011 · 1 comment

Comments

@biodesign
Copy link

I have been able to get an individual search box to work without failm but when I add more than one, Example:
$('input.searchcontacts').searchbox({
url: '/contacts/load_contacts/',
param: 'searchcontacts',
dom_id: '#contactresults',
delay: 250
});
$('input.searchattendees').searchbox({
url: '/events/load_attendees/',
param: 'searchattendees',
dom_id: '#attendeeresults',
delay: 250
});
$('input.searchrecipients').searchbox({
url: '/mailers/load_recipients/',
param: 'searchrecipients',
dom_id: '#recipientresults',
delay: 250
});

Then it appears it reads the last parameters every time searchbox is called. Am I missing something?

Thanks,
Gregg

@ghost
Copy link

ghost commented Feb 27, 2011

I have the same problem, is it solved or not?

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

1 participant