If I execute this code in console : $j('#dlgAskPdf').dialog('open'); the
modal box is showing.

 '$j' is my alias for JQuery.

-----Ursprüngliche Nachricht-----
Von: Vasili Petrenko [mailto:vasili.petre...@devintime.de] 
Gesendet: Donnerstag, 28. November 2013 14:27
An: users@tapestry.apache.org
Betreff: JQuery IE Problem

Hi. I use jQuery Dialog. In FireFox and Chrome work it perfect, but not in
IE ( I use IE 10 ). I have following javascript error:

 

SCRIPT438: Object doesn't support this property or method à„dialog“

dialoglink.js, line 9 character 14

 

The code of dialoglink.js

 

(function( $ ) {

 

       T5.extendInitializers(function(){

             

             function init(spec) {

                    $('#' + spec.triggerId).click(function(e) {

 

                        e.preventDefault();

                   jQuery('#' + spec.dialogId).dialog('open');

                           

                           return false;

               });

             }

             

             return {

                    dialogLink : init

             };

       });

       

}) ( jQuery );

 

How can I solve the problem?

 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to