We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22448
    • 241 Posts
    I’m seeing a strange bouncing behavior when the results div opens with search results. I’m using jQuery and thought that it was just an effect being set on the results div. But looking into ajaxSearch-jquery.js file i don’t see any bouncing being set.
    The strange thing though is that #current-search-results div is being shown twice: on line 90 and line 117. So i commented line 90 out and that removed the bouncing. Now i’m trying to replace .slideDown call with .show("blind") call, but when i do that the bouncing returns.
    Question to the authors: why are there 2 call to show the results div in the same function and where is this bouncing coming from?

    I’m using AjaxSearch 1.8.4, jQuery 1.3.2 and jQuery-UI 1.7.2.

    Thanks in advance.