Great to hear. Your gallery is shaping up nicely. Great job. I'm 99.9% sure that the w3c spec states that an ID cannot begin with a number.
Brian On Apr 21, 9:21 am, wyo <[EMAIL PROTECTED]> wrote: > On 21 Apr., 15:12, Giant Jam Sandwich <[EMAIL PROTECTED]> wrote:> Try this > instead: > > > for (var i in folders) { > > $('#f'+i).bind('click', function() { > > alert ($(this).attr("id")); > > }); > > } > > Perfect. Besides is it allowed to use just number as id's? > > O. Wyss