[jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread David
jquery is mentioned in a blog post : http://pj.doland.org/archives/041577.php. It's used for a workaround for the missing attribute selector of css in IE6 David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread Jonathan Sharp
I'll point out the obvious... $('[EMAIL PROTECTED]').attr('display', 'none'); to $('[EMAIL PROTECTED]').hide(); -js On 12/29/06, David [EMAIL PROTECTED] wrote: jquery is mentioned in a blog post : http://pj.doland.org/archives/041577.php. It's used for a workaround for the missing

Re: [jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread Jonathan Sharp
On 12/29/06, Jonathan Sharp [EMAIL PROTECTED] wrote: I'll point out the obvious... $('[EMAIL PROTECTED]').attr('display', 'none'); to $('[EMAIL PROTECTED]').hide(); And improving upon myself... $('[EMAIL PROTECTED],.nsfw').hide(); -js ___ jQuery

Re: [jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread Jörn Zaefferer
Jonathan Sharp schrieb: On 12/29/06, *Jonathan Sharp* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'll point out the obvious... |$('[EMAIL PROTECTED]').attr('display', 'none'); to $('||[EMAIL PROTECTED]').hide();| And improving upon myself... |$('||[EMAIL

Re: [jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread Jonathan Sharp
Jörn.karma++; You're just racking up the karma today aren't you. :) -js On 12/29/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jonathan Sharp schrieb: On 12/29/06, *Jonathan Sharp* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'll point out the obvious... |$('[EMAIL