[jQuery] Re: reusing jqmodal container

2008-02-06 Thread Sebastián Würtz
Sebastián Würtz escribió: my script $('a#corregir_jqm_trigger').click(function(){ $('#jqm').jqm({ajax: this.href, trigger: '#corregir_jqm_trigger', modal: 'true', target:'div.jqmAlertContent', overlay: 50, overlayClass: 'whiteOverlay', cache: false,

[jQuery] Re: reusing jqmodal container

2008-02-06 Thread J Moore
Looks to me like you're missing a closing bracket, so your 2nd click method ($('a#enviar_jqm_trigger') is encapsulated in the first ($ ('a#corregir_jqm_trigger'). No? -j On Feb 5, 9:12 am, Sebastián Würtz [EMAIL PROTECTED] wrote: my script