I have a scenario where I am using the jQuery UI tabs via ajax. The problem
I am running into is that with this code:
$().ready(function() {
     $('#tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
     $('#dialog').jqm({ajax: '@href', trigger: 'a.details'});
 });
I am binding the jqmodal action to the existing links with the "details"
class BUT problem is that items loaded via ajax do not subsequently get
bound. Is there a trick to make jqmodal attach the links after each ajax
call has been done?


Thanks

Steffan

---------------------------------------------------------------
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
[EMAIL PROTECTED]                             Phoenix, Az
http://www.ExecuChoice.net                                  USA
AIM : SteffanC          ICQ : 57234309
YAHOO : Steffan_Cline   MSN : [EMAIL PROTECTED]
GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
---------------------------------------------------------------



Reply via email to