[jQuery] Re: IE problem

2010-01-16 Thread Valerij
with bottom:0px; and then margins. On Jan 15, 11:47 pm, Valerij valeri...@gmail.com wrote: Hi guys, I have this annoying problem with IE that makes no sense, I have these pop ups which works perfectly in all browsers but IE, in IE it works great the first time - I can open all of the tabs

[jQuery] IE problem

2010-01-15 Thread Valerij
Hi guys, I have this annoying problem with IE that makes no sense, I have these pop ups which works perfectly in all browsers but IE, in IE it works great the first time - I can open all of the tabs once, but after I close them all, I cant open the first one, but others works fine! Then if I

[jQuery] Re: Argh!! IE8!

2010-01-12 Thread Valerij
Alright, I've changed the as that are not links to divs, page is fully valid now, but same thing happens! Just that nows its totally impossible to open ANY of popup while it works in all other browsers! On Jan 12, 9:19 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: RobG wrote: On Jan

[jQuery] Re: Argh!! IE8!

2010-01-12 Thread Valerij
+a).is(:visible)){ also, have you considered moving away from :visible?  it's got it's quirks and niches going across browsers...  maybe using CSS classes and hasClass, addClass, removeClass instead? On Jan 12, 11:31 am, Valerij valeri...@gmail.com wrote: Alright, I've changed

[jQuery] Argh!! IE8!

2010-01-11 Thread Valerij
Hey guys, I have this popup menu that works.. great! In Chrome, Safari, Firefox AND it USED to work in IE8, until I added just 1 div. I believe this is the part that causes it; $(document).click(function(d){ if($(#acc+a).is(:visible)){ var b=#acc }else{

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread Valerij
() {         /* set up the onclick handler for all links on page load          */         $('.baritem').click(function()         {                 $('#' + this.id + '_menu').toggle();                 return false;         }); }); On Mon, Jan 4, 2010 at 4:01 PM, Valerij valeri...@gmail.com wrote

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread Valerij
5, 9:14 pm, MorningZ morni...@gmail.com wrote: You should pay attention to your selectors :) you have $('baritem').click(function() that looks for baritem DOM objects but $('#baritem').click(function() will find div id=baritem On Jan 5, 2:41 pm, Valerij valeri...@gmail.com wrote

[jQuery] New to JS and jQuery

2010-01-04 Thread Valerij
Hey guys, I'm trying to create 1 really simple function but it just doesn't work! function showMenu(menu) { var menuid = $( #+menu ); var menuRoot = $( #+menu+-root ); menuid.toggle(); menuRoot.blur(); } What this suppose to do is when you click a link, it will