Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Execute ajax request using javascript?

Tagged: 

Viewing 10 posts - 1 through 10 (of 17 total)
  • Ash
    #66720

    Is it possible?
    I’d like to put one click request button outside of Search&Filter filter/content area to update the result.

    Ash
    #66721

    And off-course with custom query parameter

    Trevor Moderator
    #66830

    In effect, you want to have a ‘Search’ button but not in the form (or in addition to the one in the form). That would simply be a javascript onclick to submit the form, like this:

    jQuery("#search-filter-form-339").submit();

    Ash
    #66893

    Thank you.
    How to set query parameter programmatically before submit?
    I rather not want to show search form.

    Ash
    #66976

    Also is it possible to search by post_id?

    Trevor Moderator
    #66996

    How to set query parameter programmatically before submit?
    I rather not want to show search form.

    You would prefer not to have the search form showing at all? Why not just hide it?

    Also is it possible to search by post_id?

    Not at this time, no (AFAIK). At least, if you mean for the user to be able to select the post ID.

    Ash
    #67017

    I would like to put heavily styled navigation buttons(it might be even flyout menu or tabs) and control Search&Filter result container from it.
    Result would be only one.

    Something like ajax page loader with navigation buttons.

    Trevor Moderator
    #67028

    I am sorry, but I do not understand? I think I might need to see a mockup or a lot more explanation, maybe.

    Ash
    #67090

    Please see the base structure
    http://tinypic.com/view.php?pic=2uid5d4&s=9#.WBOI18f_qM8

    Since buttons need to be styled a lot, it’s hard to use a tab plugin or Search&Filter from.
    (i.e. collapsible child buttons, change to dropdown on mobile device and so on)

    Trevor Moderator
    #67136

    When the user presses the button, it is always the same ‘search’ for that button?

Viewing 10 posts - 1 through 10 (of 17 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.