[jQuery] Re: Hide elements cleanly, not appear then disappear

2009-06-18 Thread heldtogether
d a class to the body/html when javascript > is on, see > here:http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-uns... > > On Jun 17, 6:37 am, heldtogether wrote: > > > hey, i want to hide some elements on my site, but don't want to make > > these inacce

[jQuery] Hide elements cleanly, not appear then disappear

2009-06-17 Thread heldtogether
hey, i want to hide some elements on my site, but don't want to make these inaccessible for users without javascript enabled. Some users are complaining about being able to see that element for a split second before the page has finished loading and the element is hidden. Is there a way in which I

[jQuery] Re: How to check if jquery is working?

2009-05-21 Thread heldtogether
. > > > Try also simplifying your code to something like: > > > jQuery(document).ready(function(){ > >      alert('test'); > > > }); > > > On May 15, 6:00 am, Charlie wrote: > > > > is jquery.js included on page and is it loading (ie is

[jQuery] How to check if jquery is working?

2009-05-15 Thread heldtogether
Hi, I want to try incorporate jquery in my site, but I'm having some problems. The site is drawn together from various files in PHP. I have added the jquery script which I would expect to work fine regardless of the PHPness earlier because it is a client side script. Unfortunately nothing happens