Brandon Aaron wrote:
> On 1/5/07, Ámon Tamás <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I get the following error:
>>
>> $(document).outerHeight is not a function (line 55)
>> Is this a bug or a feature?
> 
> Please make sure you have the dimensions plugin.
> http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt
> 

Ups. :) I forget it.

But I have an other problem. The content come dinamicaly from 
javascript. I make something like this:

-----
var aa = document.createElement("a");
aa.href="javascript:void(0);";
aa.class="close";
$(aa).click(function(){jQuery.modalContent.modalContentClose();});
$(aa).html("Bezaras");
$(div).append(aa);
-----

But it is not close the picture
$(aa).click(function(){jQuery.modalContent.modalContentClose();});

What I must to make with this line?

-- 
Ámon Tamás
http://linkfelho.amon.hu


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to