Re: [jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-16 Thread Liam Potter
This should help you http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content Newbie wrote: I am working on an accordian side navigation jquery piece and I am unable to get it to operate exactly how I want. The menu was originally designed by Roshan Bhattarai and can b

Re: [jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Michel Belleville
Good trick, will reuse, thanks ^^ Michel Belleville 2009/11/4 Richard D. Worth > See > > > http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content > > - > Richard > > > On Wed, Nov 4,

Re: [jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Richard D. Worth
See http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content - Richard On Wed, Nov 4, 2009 at 10:21 AM, Newbie wrote: > I am working on an accordian side navigation jquery piece and I

Re: [jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Michel Belleville
The only way I see to do so and degrade well would be to delegate hiding the hidden elements when your JavaScript loads, though before the load event is triggered all the content will show. Michel Belleville 2009/11/4 Newbie > I am working on an accordian side navigation jquery piece and I am

[jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Newbie
I am working on an accordian side navigation jquery piece and I am unable to get it to operate exactly how I want. The menu was originally designed by Roshan Bhattarai and can be viewed at http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html The original design does not degrade well si