[jQuery] Re: [Slightly OT] What's your setup?

2007-06-21 Thread clodelio . delfino
@Work/Home: About your development environment: What OS? - WinXP SP2, Whitebox Linux, Slackware12 What IDE or editor? Notepad++, VIM, Zend Studio About your server: What backend language, if any (php, asp, cf, ruby, java, etc)? PERL/PHP What framework, if any (cake, symfony, rails, struts, etc)?

[jQuery] Re: Variable in selector

2007-04-11 Thread clodelio . delfino
try this: $(function() { $('"#' + imgToShow + '"').hide(); }) -Original Message- From: andreas [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 3:19 PM To: jquery-en Cc: andreas Subject: [jQuery] Variable in selector I'm trying to hide an image, and I have the id of t