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

Instant "Remember Search" #42

Open
gkoberger opened this issue Nov 29, 2011 · 3 comments
Open

Instant "Remember Search" #42

gkoberger opened this issue Nov 29, 2011 · 3 comments

Comments

@gkoberger
Copy link
Owner

Here's the code:

$('.bz_query_remember form').submit(function() {
var url = $(this).attr('action');
$.post(url, $(this).serializeArray());
return false;
});

@rik
Copy link
Collaborator

rik commented Mar 3, 2013

It looks like Remember Search needs a name, what's the feature behind this code?

@gkoberger
Copy link
Owner Author

I'm pretty sure @fwenzel wanted this? I wrote the code and never actually added it.

The point was that if you searched/filtered/etc for something, there could be a one-click "Save to my remembered searches" button (as opposed to it submitting to a new page).

@fwenzel
Copy link

fwenzel commented Mar 4, 2013

Nope, not me, I think. Or perhaps I just don't remember anymore.

That said, looks like replacing the built-in POST with the call above would be benign.

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

No branches or pull requests

3 participants