thanks for the answer, Alexandre, but it's still not enough.
  the new HTML simply doesn't obey the document.ready event. 
  I have tried the usual window.open just to check and works fine, so there
is something about events (or jqModal?) i'm missing.
 
  Any idea?
  thanks,
  Pere
  

Alexandre Plennevaux wrote:
> 
> 
> also this:
> 
> 
> $('#ex2')
>     .jqDrag('.jqDrag')
>     .jqResize('.jqResize') //#categorySelect
>   $('#ex2')
> 
> 
> should be:
> 
> $('#ex2')
>     .jqDrag('.jqDrag')
>     .jqResize('.jqResize')
>     .jqm({ajax: 'select_form.html',
>                 // target: 'p.obrir',
>               trigger: 'a.ex2trigger', // When a trigger is clicked,
> the window it is assosiated with is displayed.
>                                       // DOM associat al trigger per obrir    
>                         
>                       //modal: false //If modal is enabled (true), input 
> (mouse clicks,
> keypresses) will be locked to the
>                                       //modal window (forced focus a.k.a. 
> "true modal"). If false, the
> user will be able to interact outside of the modal window.
>                                               //overlay:0 // The overlay 
> transparency as a percentage.
>                                               //overlayClass: 'whiteOverlay'
>                                               });
>       //$('#ex2').jqDrag('.jqDrag');
> });
> 
> 
> On Jan 2, 2008 1:12 PM, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote:
>> happy oh eight 2 u !
>>
>> try once changing
>> <div class="jqmWindow"
>> id="ex2"/>
>>
>> to this
>>
>> <div class
>> ="jqmWindow" id="ex2"></div>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Jan 2, 2008 11:59 AM, perikut <[EMAIL PROTECTED]> wrote:
>>
>> >
>> >
>> > happy new year to everybody!
>> >
>> > there is a nice tool to create cute popup windows (jqModal). using it
>> > I call (ajax) an html that has some ajax calls returing data from a
>> > database, the problem is that the results are not displayed (and they
>> > should).
>> >
>> > Please test and check the source code in:
>> http://edit3.csic.es/fitxers/xmls/jqModal.html
>> >
>> > All the code is correctly referenced, so maybe I'm missing
>> > something...
>> >
>> > thanks a lot,
>> > PEre
>> >
>>
>>
>>
>> --
>> Alexandre Plennevaux
>> LAb[au]
>>
>> http://www.lab-au.com
> 
> 
> 
> -- 
> Alexandre Plennevaux
> LAb[au]
> 
> http://www.lab-au.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/failing-in-jqModal-results-tp14576527s27240p14581743.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to