[jQuery] Re: jqModal: how to get the attribute of the trigger link?

2007-12-11 Thread pixeline
in fact i didn't look carefully enough in the doc, its already possible: var t = $('.jqmWindow .jqmdMSG'); $('.jqmWindow').jqm({ ajax: '@href', modal: false, target: t, /* FORCE FOCUS */ toTop: true, onHide: function(h) { h.o.remove(); // remove overlay

[jQuery] Re: jqModal: how to get the attribute of the trigger link?

2007-12-08 Thread Yılmaz Uğurlu
Hi. You can use this plugin with your own function. function makeModal(action) { $('#ex2').jqm({ajax: action,target: 'div.jq_content', trigger: false, modal:true }).jqmShow(); } test modal 2007/12/8, pixeline <[EMAIL PROTECTED]>: > > > hi friends! > > i would like to use the jqModal plugin in