Note that there are some explanatory texts on larger screens.

plurals
  1. POlist hover megamenu hiding not able to select
    primarykey
    data
    text
    <p>hi dear all i am working with megamenu i just write a code instead of download and adding the code .i just write the code for display mega menu div on menu hover .it is working fine but i had a problem . after hover one div displaying but it is not able to select content in the mega menu.i don't know how to write the code in jquery when ever hover the list it si allow to select the content also. when i try to hover in the down megamenu when cursor moves it is hiding.</p> <p>MY HTML Code</p> <pre><code> &lt;div class="menu"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#" class="tech"&gt;Chipsets&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="tech"&gt;Wireless Modules&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="tech"&gt;Divices &amp; Services&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="tech"&gt;IP Licensing&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="tech"&gt;Technology&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="megamenu"&gt;Content here11.Services..1&lt;/div&gt; &lt;div class="megamenu"&gt;Content here222.Training..2&lt;/div&gt; &lt;div class="megamenu"&gt;Content here..Communities.3&lt;/div&gt; &lt;div class="megamenu"&gt;Content here..Store.4&lt;/div&gt; &lt;div class="megamenu"&gt;Content here..Store.5&lt;/div&gt; </code></pre> <p>JQuery Code</p> <pre><code>$('.tech').hover(function(){ divTrigger = $('.tech').index(this); $('.megamenu:eq('+divTrigger+')').show(); },function(){ $('.megamenu:eq('+divTrigger+')').hide(); }); </code></pre> <p>JSBIN link <a href="http://jsbin.com/IyUhUYi/2/edit" rel="nofollow">http://jsbin.com/IyUhUYi/2/edit</a></p> <p>can any one solve my problem .</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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