views:

107

answers:

1

I'm using the JQuery Thickbox extension. Can I use it on div tags and span tags as well or am I limited to anchor tags and html button? If I can use it like that, how?

+2  A: 

in tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox

This line you can select the elements which the ThickBox get's applied to.

Ikke
Ah, you are a tick faster than me +1 :)
o.k.w
Roland