[jQuery] Re: jqModal inserting links with live clicks doesn't work

2009-05-11 Thread Bradley
Ok I just fixed this with my own answer to someone else's question. Instead of adding the .click to the anchor, I instead added the trigger like this: $("#modal").jqmAddTrigger("a.jqModal") Worked like a charm On May 11, 11:30 am, Bradley wrote: > Can anyone help me with inserting newjqModall

[jQuery] Re: jqModal inserting links with live clicks doesn't work

2009-05-11 Thread Bradley
Can anyone help me with inserting new jqModal links? On May 6, 3:06 pm, Bradley wrote: > I read a bit on the newjqModalversion that has live events on the > a.jqModal (Actually reading this didn't tell me whether live events > were enabled on .jqModalby default, or if you had to make the call >