Re: [jQuery] jqModal and AJAX

2007-03-05 Thread Robert Vlaicu
I have a problem with rebinding jqModal when i load main content via ajax i really run out of ideas jqModal is last version jquery the same i whant to use the jqModal to load product description and the produtas are loaded with ajax. $(document).ready( function() { var

Re: [jQuery] jqModal and AJAX

2007-03-05 Thread Brice Burgess
Robert Vlaicu wrote: I have a problem with rebinding jqModal when i load main content via ajax i really run out of ideas jqModal is last version jquery the same i whant to use the jqModal to load product description and the produtas are loaded with ajax. Robert, You'll want to use the

Re: [jQuery] jqModal and AJAX

2007-02-20 Thread Brice Burgess
Abdallah wrote: I have replaced the following: $(_o.trigger).bind(click,{'s':s},function(e) { return (!hash[e.data.s]['active'])?$.jqm.open(hash[e.data.s],this):false;}); // sending the hash instead of it's index open:function(mh,trig){ // using the hash directly var h=mh;

Re: [jQuery] jqModal and AJAX

2007-02-20 Thread Abdallah
Hey there, yes I'm using jQuery latest... Cutting down further is the way, but that's the code after 5 hours of debugging at 3AM (= I had another question though, I need to pass back information (such as the link/button that was pressed) to the caller (in the OnClose callback). Any ideas on how

Re: [jQuery] jqModal and AJAX

2007-02-20 Thread Brice Burgess
Abdallah wrote: Hey there, yes I'm using jQuery latest... Cutting down further is the way, but that's the code after 5 hours of debugging at 3AM (= I had another question though, I need to pass back information (such as the link/button that was pressed) to the caller (in the OnClose

[jQuery] jqModal and AJAX

2007-02-19 Thread Abdallah
Hello, I'm trying to find the problem in my implementation of jqModal in my web app. I've set up an html only (static) test page that shows the problem i'm facing: if you look at: http://dev.trickos.com/mrp/test/jqmodal-test.htm The trigger for the jqModal window is the Edit link. If called alone

Re: [jQuery] jqModal and AJAX

2007-02-19 Thread Abdallah
Nope, nothing in he forums. I hacked some code last nite, and I think I have a solution, but it's a patch to jqModal. I'll post it in a bit. On 2/19/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Abdallah, Try rebinding it, I ran this in firebug once the pages was loaded and then I clicked on