sign [ in the id

sign [ in the id

Hello,
I have a page where some elements have id build as t[32]

When I try to select it as 
document.getElementById("t[32]")  it works

But if I do it jQuery-way 
$("#t[32]")  it does not.

I guess it is due to [ sign. But how can I select such an element?