Hello,
I'm trying to develop an UI using Xulrunner. I have a xul file that contains
some <div>s and I want to update contents using jquery, e.g:
$("#divId").empty().append("<h3>Hello World</h3>"); <<-- Fails: "n is null"
In this case, always appears the following error: "n is null". I don't
understand this error because the following line works properly:
$("#divId").empty().append("Hello World"); <<--- Ok
Can someone help me?
Thanks a lot,
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform