its not hard to change it from an ID to a class, just say
class="blahblahblah" instead of id="blahblahblah"

You could also store the table IDs in a database and then you would never
have duplicate IDs

On Mon, Mar 3, 2008 at 1:39 PM, MorningZ <[EMAIL PROTECTED]> wrote:

>
> It's your application and your code and your functionality... but
> something comes to mind
>
> So what if there are "gaps" in the ID name?
>
> At least that will keep them unique, and if you can use a very similar
> selector, just one additional character different in fact, to keep
> this very important base concept of DOM intact (as mentioned by a few
> people much smarter than I mention before my first reply above), why
> wouldn't you?
>
>
>

Reply via email to