I too am trying to get this to work.  I'm using live() instead of bind
().  Unfortunately, the problem is the content that is supposed to
load via ajax never makes it to the modal.  Any suggestions?

On Sep 2, 4:57 am, Liam Potter <radioactiv...@gmail.com> wrote:
> Use live instead of bind
>
> $("#jqmodalbind").live("click", function(e){
>     alert('BindingJQModal');
>     $('#addnote').jqm({ajax: '@rel', trigger: '.addnotetrigger'});
>
> });
> neburton wrote:
> > I've been having problems gettingjqmodalmodal dialogs to display on
> > links added dynamically by client side code.  I've demonstrated the
> > problem at the following 
> > URL:http://www.neil-burton.co.uk/jqmodaltest/index.htm
>
> >jqModalplugin here -http://dev.iceburg.net/jquery/jqModal/
>
> > Any help would be appreciated

Reply via email to