About 52 results
Open links in new tab
  1. [jQuery] Visibility

    } else { $ ('select').css ('visibility', 'show'); } and got javascript errors. Any ideas? On a side note: I noticed a bug when using: - show () and hide () - fadeIn () and fadeOut () the initial state of the UL within a …

  2. $.fn.show() not working on visibility:hidden is a bug, not a ... - jQuery

    $.fn.show() not working on visibility:hidden is a bug, not a feature Hi people, I once again want to get attention for what I consider a flaw in

  3. [jQuery] .hide() and .height()

    I noticed today after much fiddling that .hide() causes the parent element to loose its height(). In other words, height() won't work on elements that have display:none -- causing me to use .hide() only …

  4. Jquery & Css Visibility

    i have a <ul> inside it i have 6 <li> tags 2 of them set to visibility:hidden and positioned absolutely to be setting over 2 <li> tags , i want when i hover on the ...

  5. how do i toggle visibility with jquery? - forum.textpattern.com

    Aug 30, 2009 · Postings in the ‘how do i toggle visibility with jquery?’ topic in the ‘How do I…?’ subforum.

  6. [jQuery] FadeIn Issues -- Blocks?

    [jQuery] FadeIn Issues -- Blocks? I was looking at the code trying to understand why extra space is added after using FadeIn/Out, and also why setting properties of "visibility" after using fadeIn/Out …

  7. position ().top returns unexpected value if element has ... - jQuery

    I'm trying to position a popup dynamically if the window is scrolled to the point where my default position wouldn't be appropriate. The div has an id style: #gallery { position: absolute; top: 90px; display: …

  8. [jQuery] get visibility state after toggle ()

    How can I tell what the visibility state of an element is which has just been toggled? Is my selector no good or is it a matter of timing? . The situation is that I'm displaying a page of search results. I'd like …

  9. Best approach to get hidden element dimension (width, height etc)?

    ". Elements with "visibility:hidden" have dimensions and occupy space on the webpage so this method does not work with tabs etc, but will work perfectly with things like tool button Only use those …

  10. [jQuery] JQuery slideToggle IE visibility problem and jumpy animation

    [jQuery] JQuery slideToggle IE visibility problem and jumpy animation Hey yaa! I have a big problem with my jquery. I finally made it that my slidetoggle runs in firefox. The animation is a little bit jumpy in …