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
2009-11-04 10:41:12
Ah, you are a tick faster than me +1 :)
o.k.w
2009-11-04 10:43:01
Roland
2009-11-04 10:51:57