Note that there are some explanatory texts on larger screens.

plurals
  1. POSearch result in slide down list
    primarykey
    data
    text
    <p>I'm working on the slide down listing with search form in it, But I'm not sure how to search the data base and echo the result without reloading page and without closing the slide down div, and I need the results of search in the sliding list, something like search on facebook. I don't know where and how to start. This is what I have do sou far. Any proposal?</p> <pre><code> &lt;script&gt; $(document).ready(function () { $('#nav li').hover( function () { $('ul', this).stop(true, true).slideDown(200); }, function () { $('ul', this).stop(true, true).slideUp(200); }); }); &lt;/script&gt; &lt;div style=' background-color:#D6DEE6; border-bottom:1px solid #6382A1; height:10px; width:100%; margin-top:-1px; -webkit-box-shadow: 5px 5px 15px #dddddd; box-shadow: 5px 5px 15px #dddddd;'&gt; &lt;/div&gt; &lt;ul id='nav'&gt; &lt;li style=' background-color:#D6DEE6; border-bottom:1px solid #6382A1; margin-top:-0.5px; width:268px; margin-left:0%; border-right:1px solid #6382A1; border-left:1px solid #6382A1; height:25px; -moz-border-radius:0px 0px 5px 0px; border-radius:0px 0px 5px 0px; -webkit-box-shadow: 5px 5px 15px #dddddd; box-shadow: 5px 5px 15px #dddddd;'&gt; &lt;div class='linko_slide'&gt; &lt;a href=''&gt;&lt;font face='candara' size='4'&gt;Search menu&lt;/font&gt; &lt;img src='slike_izgled/slide_down.png' width='25' height='10' style='margin-left:15px;'&gt;&lt;/a&gt; &lt;/div&gt; &lt;ul style='background-color:#D6DEE6; border:1px solid #6382A1; padding:5px; width:350px; margin-top:0px; height:350; -webkit-box-shadow: 5px 5px 15px #dddddd; box-shadow: 5px 5px 15px #dddddd; -moz-border-radius:8px 8px 0px 0px; border-radius:0px 8px 8px 0px; padding-bottom:0px; padding-right:10px;'&gt; &lt;!--search in list start!--&gt; &lt;form&gt; &lt;input type='text' name='search_dosje'&gt; &lt;input type='submit' name='search_q' value='Pretraži' style='border:1px solid #8099B3; background:url(slike_izgled/naslovi_table.png); height:24px; -moz-border-radius:0px 5px 5px 0px; font-family:candara; font-size:15; border-radius:0px 5px 5px 0px; padding-bottom:3; padding-left:3; padding-right:3;'&gt; &lt;/form&gt; &lt;/div&gt; &lt;!--end of listing!--&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload