GreboGuru schrieb:
Hi,I'm guessing that I'm doing something wrong ... I've want to be able to collpase some DIVs on a form but when the form is in a thickbox it doesn't work, when it isn't it does. Any help would be appreciated. Thanks!
Hi,I#m not exactly sure, but isn't an iframe used to display the thickbox? If so, than any script executing within the iframe might have the wrong context:
instead of: $('div').... try something like this: $('div', parent) untested