OK, that doesn't work :(
This is problem with jQuery and XUL overlays, you can select XUL
elements using jQuery but you cannot add new elements using append()
or html().
Probably you can modify web page using Firefox extension, jQuery (see
http://gluei.com/blog/view/using-jquery-inside-your-firefox-extension)
and chain.js. I'll check this asap and give you feedback.
Thanks for your time and help :)
Lukasz
On Mar 26, 7:39 pm, raid_ox <
raid...@yahoo.de> wrote:
> hmm, I don't know for sure, but if the problem is that the data isn't
> inserted properly so it should be $().html(value) that isn't working
> properly.
>
> can you please check $().html(value)?
>
> $('#mt-contact .name').html("test");
> alert($('#mt-contact .name').html());
>
> may be its worth looking into the chain.js source code.
http://github.com/raid-ox/chain.js/blob/79d69bfbd381f1589d03518854e07...