AW: JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
, 28. November 2013 15:38 An: Tapestry users Betreff: Re: JQuery IE Problem If you add a breakpoint on line 9, does your jQuery('#' + spec.dialogId) return the right thing ? Manu 2013/11/28 Vasili Petrenko > If I execute this code in console : $j('#dlgAskPdf').dialog('

Re: JQuery IE Problem

2013-11-28 Thread Emmanuel DEMEY
#x27; 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 a

AW: JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
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 charact

JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
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( $ ) {