...but once again it works perfectly for me! Checklist: - I am using jQuery v1.2.1 - I do have an element (a DIV) with the id of 'page' in my document - my script is within a $(document).ready() function - all other jQuery script in that document works correctly - for testing purposes, this was the last executed statement in my script (so nothing else could countermand it)
I have tested in FF (v2.0.0.9), IE7 and Opera (v9.23) On Nov 15, 6:31 am, XASD <[EMAIL PROTECTED]> wrote: > But $('#page').css('display',function(){ return 'none'; }); > not work for me:-(