[jQuery] Problem with show() and hide() in IE

2007-04-01 Thread debussy007
Hi, I have a website with header, menu, content. To change the content according to the menu clicked, I use show() and hide() functions of jquery. In Mozilla I got everything working, but in IE6, the height won't adapt according to the content's length. U can check it here :

[jQuery] Re: My first plugin, overlabel

2007-04-01 Thread Scott Sauyet
Michael E. Carluen wrote: I am curious as to what might be the advantage of using your overlabel plugin versus a much shorter script like the one below? I posted your suggested code at http://scott.sauyet.com/Javascript/Demo/Overlabel/test.html and a simple version of mine at

[jQuery] Re: Unexpected behaviour when using fadeTo

2007-04-01 Thread Kristinn Sigmundsson
Hi there jhon, I downloaded the latest version * $Date: 2007-03-25 22:06:50 -0400 (Sun, 25 Mar 2007) $ * $Rev: 1596 $ and applied it to my little test, and it seems to have a bug. The problem seems to be animate, it doesn't queue animations on the same object it just shuts down. test it on

[jQuery] Re: Problem with show() and hide() in IE

2007-04-01 Thread debussy007
It's not working :(

[jQuery] Re: Odd IE7 Problem

2007-04-01 Thread Kristinn Sigmundsson
Still having problems? I don't know if I can help but I could take a look. On 4/1/07, aezell [EMAIL PROTECTED] wrote: I had to put this behind a password. If anyone still wants to take a look and offer some help, contact me offlist. Thanks! /alex aezell wrote: This might not be a jQuery

[jQuery] Re: My first plugin, overlabel

2007-04-01 Thread Michael E. Carluen
Hi Scott, Karl: Below, is a revised version of the script I sent earlier that addresses the blur event. I frequently require Javascript enabled as a minimum, that is why I often regret to remember about graceful degradation. In any case Scott, your plugin definitely is more flexible, I agree. -

[jQuery] Re: cant get remote file / set post/get parameters with TABS plugin - help!

2007-04-01 Thread Klaus Hartl
amircx schrieb: hey. im trying somehow to get in tabs a remote url , or atleast to set a get paramter to the tab i got this following code and its writes me error access denied how can i skip it or tweak the code ?? Tabs requires links in the HTML: lia href=get.php?url=ice

[jQuery] Re: cant get remote file / set post/get parameters with TABS plugin - help!

2007-04-01 Thread amircx
and then its should work? Klaus Hartl wrote: amircx schrieb: hey. im trying somehow to get in tabs a remote url , or atleast to set a get paramter to the tab i got this following code and its writes me error access denied how can i skip it or tweak the code ?? Tabs requires

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-01 Thread Kush Murod
Hi Tom, I'd normally do this, not sure if it is correct way of doing things but it works for me If id you are passing is someID to BlockLog. notice this '#'+ ... $('#'+someID).click(function() { .. Give it a try --Kush Tom Shafer wrote: I am trying to select different divs, each is given

[jQuery] Using jQuery with Ext

2007-04-01 Thread Rob Wilkerson
I'm working with the latest Ext alpha and jQuery to create a paned UI and I want to load an external URI into one of those panels. I've got the layout nicely set up and I'm trying to get that URI to load via AJaX. There's not a lot of documentation I can find about that, so I'm winging it.

[jQuery] Re: Using jQuery with Ext

2007-04-01 Thread cdomigan
Or you could use an iframe and set it's src attribute.

[jQuery] Re: My first plugin, overlabel

2007-04-01 Thread Michael E. Carluen
Hi Karl, Cool revision, Karl. and I'm all good, pal. I actually did the same thing when I saw Scott's post. did something with a bit just for kicks to see if it can be done another way. Constructive feedback is always healthy. I definitely think we all need to challenge each other or play each