I was wondering if the change about the attribute filter was intentional or not. Maybe i should report this in the bug tracking, shouldn't i ?
That was the reason i asked if somebody had an explanation about this change. If someone can answer me, i would be very grateful ^^ Thanks for advance Alkariane On Mar 16, 2:20 pm, alkariane <alkari...@gmail.com> wrote: > Hi > > First, i want to thank you for your quick response ^^ > > I've just tried what you told me to do and it works now perfectly. > Thank you very much ^^ > > I'm a little curious but do you have an idea why in the new jquery the > quotes would cause a problem in the attribute filter ? > > I've tried this : [src=\'images/checked.png\'] and this : [src="images/ > checked.png"], nothing works. > Only your syntax works with the $ works. > > Thanks again for your help ^^ > > Alkariane > > On Mar 13, 6:33 pm, Josh Powell <seas...@gmail.com> wrote: > > > Try: > > > [src$=checked.png] > > > instead of > > > [src=\'images/checked.png\'] > > > I'm trying to get rid of those quotes which may be causing a problem. > > > On Mar 13, 6:40 am, alkariane <alkari...@gmail.com> wrote: > > > > Hi > > > > I don't know where to post my problem. > > > So i try here too ^^ > > > > I've updated to the new version of Jquery 1.3.2 my code. > > > (i used jquery 1.3). > > > > Since i've done that, my program is not working at all. > > > > I show you the problem : > > > > This instruction doesn't work anymore : > > > $('td.entite'+(numEntite-1)+'.sortie>img[src=\'images/checked.png > > > \']').each( > > > function() > > > { > > > > } > > > > ); > > > > Although, this works : > > > > $('td.'+idEntite+'.entree>img').each( > > > function() > > > { > > > if ($(this).attr('src')=='images/checked.png') > > > { > > > > }} > > > > ); > > > > If i use again the old jquery my first instruction is working again. > > > > So i wonder what is the problem with the new jquery. > > > Is there something i should know about the new version ? > > > I'm not an expert in jquery, so please excuse me if the cause seems > > > easy to you, but i really need to know why. > > > > Thanks for your help. > > > > Alkariane --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---