[jQuery] Re: Safari Hide() - Everything I am running across fails.

2008-09-25 Thread urbolutions
Hi all, I am pretty desperate on this issue. Anyone encoutered this before? Thanks for anything you can offer! On Sep 25, 10:04 am, urbolutions <[EMAIL PROTECTED]> wrote: > This is the popular bug wherein Safari refuses to hide elements. > > Environment/code setup: > &g

[jQuery] Safari Hide() - Everything I am running across fails.

2008-09-25 Thread urbolutions
This is the popular bug wherein Safari refuses to hide elements. Environment/code setup: - JQuery 1.2.6.min - Hidden elements exist in root html file as: - Hidden elements initial style is declared as: #pageContentContainer #bodyContainer #cardsContainer { position: absolute; top: 17

[jQuery] jQModal is "modaling" over target div content.

2008-09-23 Thread urbolutions
OK, this is kind of odd. Hopefully it is something relatively simple. I have a div set with modal target and inner AJAX content target defined as: I have a JS Function with calls to jqModal as such: $('#modalFormContainer').jqm({ajax: '../modules/dispatcher/index.php? mod=content&op=modalForm

[jQuery] Transition on class change

2008-08-30 Thread urbolutions
Is there a ptreferred method to animate a class change transition? Essentially the effect we are trying to achieve is as follows: <-- When this div is clicked the class name changes to 300pxTall (and the height is adjusted accordingly) - we would like to have that animated in kind of a slide up