hi, tiny hint $("div#tab_1") is slower then $("#tab_1")
to your problem, i think your error might be somewhere else, maybe you gave
your object with
$('<div>').id('tab_1') // this will not work anymore
$('<div>').attr('id','tab_1') // you have to do it like this,
maybe you got stucked there some where, just look for ".id(" inside your
code
Vincent FUCHS wrote:
>
> Hi,
>
> I've just upgraded from 1.0.3 to 1.1.1 and some selectors don't work
> anymore.
> A simple selector like $("div#tab_1") cant' find the div <div id="tab_1">
> in v1.1.1 while there was no problem with v1.0.3 .
>
> So unless the selecting philosophy has greatly changed between these two
> versions, I guess this is a pretty important bug.
>
> It seems to be OK on 1.0.4 though, but I have a "$(document).ready is not
> a function" error.
>
> Can somebody tell me if I'm wrong or if it's a bug ?
>
> Thanks in advance
>
> --
> Vincent FUCHS
> *************************************************************************
> This message and any attachments (the "message") are confidential and
> intended solely for the addressee(s).
> Any unauthorised use or dissemination is prohibited. E-mails are
> susceptible to alteration.
> Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall
> be liable for the message if altered, changed or
> falsified.
> ************
> Ce message et toutes les pieces jointes (ci-apres le "message") sont
> confidentiels et etablis a l'intention exclusive de ses
> destinataires. Toute utilisation ou diffusion non autorisee est interdite.
> Tout message electronique est susceptible d'alteration.
> La SOCIETE GENERALE et ses filiales declinent toute responsabilite au
> titre de ce message s'il a ete altere, deforme ou falsifie.
> *************************************************************************
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/simple-selector-with-ID-doesn%27t-work-anymore-tf3080046.html#a8588456
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/