Sorry not actually, I never used live jquery but I know it-s good for those cases. I had a situation like yours some time ago, and I solved it with event delegation, binding to the click or submit event of the (popup) container. But I wasn't using Thickbox so I' not sure. I checked the plugin and although it's a great plugin, it doesn't seem to give callbacks and stuff like that. So, if possible, you must consider doing it in some other way. Sorry that's all I can say :) Good luck.
Ariel On 11 sep, 17:03, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > HI, > > you have an example? > > Thnaks > > Andrea > > On 11 sep, 13:51, Flesler <[EMAIL PROTECTED]> wrote: > > > > > maybe using jquery live ? > > > On 11 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > Hi, > > > > I include a form via Ajax using thickbox like this: > > > > <a class="thickbox" href="#application.vPaths.ADMIN#i18n/task.cfm? > > > height=200&width=300&modal=true&task=exportRb&mode=form&rb=#q.Name[i]#" > > > title="Confirm export data"> > > > > The page called create a dynamic form in the thickbox win. > > > > Now my problem is validate the form: > > > > The normal syntax to bind the form to validation: > > > > $(document).ready(function(){ > > > $("#addRbItem").validate({ > > > errorContainer: $("#messageBox1"), > > > errorLabelContainer: > > > $("#messageBox1 ul"), > > > wrapper: "li", > > > .................... > > > do not work cause I think page is already loaded and .ready func do > > > not work anymore. > > > > Any suggestion for avoiding an onSubmit= in markup??? > > > > Thanks > > > > Andrea- Ocultar texto de la cita - > > - Mostrar texto de la cita -