Note that there are some explanatory texts on larger screens.

plurals
  1. POjquery toggle() doesn't seem to work in chrome / safari
    primarykey
    data
    text
    <p>I am having difficulties with toggle() in chrome / safari. I played around with noconflict() without any luck. In chrome and safari the first recipe translation pops under the german one. Now the other 2 recipes work like i expected. How can i fix this for chrome and safari??</p> <pre><code>//$.noConflict(); $(window).load(function() { $('#recipes').orbit({ timer: false, bullets: true, captions: true, afterSlideChange: textSlides }); $("a.lang").click(function (e) { var contentSpan = $(this).parent().attr('class'); e.preventDefault(); $("span."+contentSpan).toggle(); }); }); function textSlides() { var theId = "#d" + $(this).attr('id'); $(theId).toggle().siblings().hide(); } </code></pre> <p>and my html is</p> <pre><code>&lt;div id="recipes-text"&gt; &lt;div id="dr1"&gt; &lt;span class="language_content_dr1" &gt; &lt;h3&gt;WORTEL CHUTNEY&lt;/h3&gt; &lt;p&gt;&lt;strong&gt;ingrediënten&lt;/strong&gt;&lt;br /&gt; asdfasd german&lt;/p&gt; &lt;a class="lang" href="#"&gt;English&lt;/a&gt; &lt;/span&gt; &lt;span class="language_content_dr1" style="display:none;"&gt; &lt;h3&gt;CARROT CHUTNEY&lt;/h3&gt; &lt;p&gt;recipe&lt;br /&gt; english &lt;/p&gt; &lt;a class="lang" id="de" href="#de_tri"&gt;german&lt;/a&gt; &lt;/span&gt; &lt;/div&gt; &lt;div id="dr2" style="display:none;"&gt; &lt;span class="language_content_dr2"&gt; section 222 jawohl&lt;br /&gt; &lt;a class="lang" href="#"&gt;English&lt;/a&gt;&lt;br /&gt; &lt;/span&gt; &lt;span class="language_content_dr2" style="display:none;"&gt; section 222 english &lt;br /&gt; &lt;a class="lang" id="de" href="#de_tri"&gt;german&lt;/a&gt; &lt;/span&gt; &lt;/div&gt; &lt;div id="dr3" style="display:none;"&gt; &lt;span class="language_content_dr3"&gt; ection 333 jawohl&lt;br /&gt; &lt;a class="lang" href="#"&gt;English&lt;/a&gt; &lt;/span&gt; &lt;span class="language_content_dr3" style="display:none;"&gt; section 333 english&lt;br /&gt; &lt;h3&gt;CARROT CHUTNEY&lt;/h3&gt; &lt;p&gt;recipe&lt;br /&gt; english &lt;/p&gt; &lt;a class="lang" id="de" href="#de_tri"&gt;German&lt;/a&gt; &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    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.
 

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